Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:34:39 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:34:39 +0000 (12:34 +0800)
Roo/form/ComboNested.js

index bf6f189..3511114 100644 (file)
@@ -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