Roo/form/ComboNested.js
[roojs1] / roojs-debug.js
index 5b95db8..b8378db 100644 (file)
@@ -43074,9 +43074,10 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
     
     selectActive : function ()
     {
-        
-       var stack = [];
-       var rec =  this.findRecordInStore(this.store, this.hiddenName, this.getValue());
+       // if store is not loaded, then we will need to wait for that to happen first.
+        var stack = [];
+       this.findRecordInStore(this.store, this.hiddenName, this.getValue(), stack);
+       
        
     }