Roo/form/ComboNested.js
[roojs1] / Roo / form / ComboNested.js
index 43002d5..05b2d25 100644 (file)
@@ -370,10 +370,11 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
     
     selectActive : function ()
     {
-        
-       var stack = [];
+       // 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);
        
+       
     }