roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:59:32 +0000 (15:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:59:32 +0000 (15:59 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index e2cff35..b8378db 100644 (file)
@@ -43074,10 +43074,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);
        
+       
     }
        
         
index bb1517d..b3c69c4 100644 (file)
@@ -20590,10 +20590,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);
        
+       
     }