From b9446d51d257a339d5dfcc43176e5ef299913950 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 16:00:14 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 05b2d2588f..2cf664c997 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -310,7 +310,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { this.list.setWidth(lw * (opts.list + (dl ? 2 : 1))); if (this.isLoading) { - this.selectActive(opts.list); + // this.selectActive(opts.list); } }, -- 2.39.2