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

index 3511114..2583d92 100644 (file)
@@ -215,8 +215,8 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         } else {
             this.onEmptyResults();
         }
-        this.stores[1].loadData([]);
-        this.stores[2].loadData([]);
+        //this.stores[1].loadData([]);
+        //this.stores[2].loadData([]);
         //this.el.focus();
     },
     // private