Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 08:00:14 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 08:00:14 +0000 (16:00 +0800)
Roo/form/ComboNested.js

index 05b2d25..2cf664c 100644 (file)
@@ -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);
         }
          
     },