Roo/form/ComboNested.js
[roojs1] / Roo / form / ComboNested.js
index c0d7ed8..bb7d336 100644 (file)
@@ -292,7 +292,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         if (!ix.length) {
             this.setFromData({});
             var str = this.stores[opts.list+1];
-            str.loadData( str.reader.readerType == 'json' ? { data : [] } : [] );
+            str.removeAll();
             return;
         }