From: Alan Knowles Date: Fri, 28 Feb 2020 07:59:10 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=4b98de001d1df555f687536ab7a20da140b1f664 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 43002d559d..05b2d2588f 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -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); + }