From f96b4cb10ed155ee40a0a94401d2732dbefedafb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 16:00:52 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 2cf664c997..298be4948f 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -293,9 +293,9 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { } var rec = view.store.getAt(ix[0]); - if (!this.isLoading) { + //if (!this.isLoading) { this.setFromData(rec.data); - } + //} var lw = Math.floor( -- 2.39.2