X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=b8378db223b6a7bc7bd8eab52bc871a22f834302;hp=e2cff35d0b5c386b35b14e617b4296e287529ec2;hb=a857f6fdd8787e59e2582b48b6458a1f9c624641;hpb=4b98de001d1df555f687536ab7a20da140b1f664 diff --git a/roojs-debug.js b/roojs-debug.js index e2cff35d0b..b8378db223 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -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); + }