Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:59:10 +0000 (15:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:59:10 +0000 (15:59 +0800)
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);
        
+       
     }