Roo/form/ComboNested.js
[roojs1] / Roo / form / ComboNested.js
index 4c5afb2..83469c6 100644 (file)
@@ -375,7 +375,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         var prop = this.hiddenName;
         var store = this.stores[lvl];
         if(store.getCount() < 1){
-            return;
+            return false;
         }
         var record = false;
         store.each(function(r){