roojs-ui.js
[roojs1] / roojs-debug.js
index e2cff35..db405fd 100644 (file)
@@ -43014,7 +43014,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         this.list.setWidth(lw * (opts.list + (dl ? 2 : 1)));
         
         if (this.isLoading) {
-            this.selectActive(opts.list);
+           // this.selectActive(opts.list);
         }
          
     },
@@ -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);
        
+       
     }