From a857f6fdd8787e59e2582b48b6458a1f9c624641 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 15:59:32 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js --- roojs-debug.js | 5 +++-- roojs-ui-debug.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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); + } diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index bb1517db91..b3c69c446e 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -20590,10 +20590,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