From 4b98de001d1df555f687536ab7a20da140b1f664 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 15:59:10 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); + } -- 2.39.2