From: Alan Knowles Date: Fri, 28 Feb 2020 08:00:14 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b9446d51d257a339d5dfcc43176e5ef299913950 Roo/form/ComboNested.js --- 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); } },