roojs-all.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 08:00:01 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 08:00:01 +0000 (16:00 +0800)
roojs-debug.js
Roo/form/ComboNested.js

Roo/form/ComboNested.js

index d81bce3..19e5381 100644 (file)
@@ -369,15 +369,17 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
             data : [ ]
         });
         // just need to determine which of the current level is selected if any..
-        var value = this.getValue();
-        var prop = this.hiddenName;
+        
         var store = this.stores[lvl];
-        var _this = this;
+        
         
         if(store.getCount() < 1){
             return;
         }
+        var value = this.getValue();
+        var prop = this.hiddenName;
         
+        var _this = this;
         store.each(function(r){
             // selected is at this level
             if(r.data[prop] == value){