From: Alan Knowles Date: Fri, 7 Feb 2020 04:34:39 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=19227b83b1c18ad36a627ee1aea89ed22f82c276;p=roojs1 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index bf6f189084..35111147df 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -215,8 +215,8 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { } else { this.onEmptyResults(); } - this.stores[1].clear(); - this.stores[2].clear(); + this.stores[1].loadData([]); + this.stores[2].loadData([]); //this.el.focus(); }, // private