Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 02:41:23 +0000 (10:41 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 02:41:23 +0000 (10:41 +0800)
Roo/bootstrap/ComboBox.js

index c5d23ce..032c30f 100644 (file)
@@ -1042,6 +1042,13 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             this.tickableInputEl().on("keyup", this.onKeyUp, this);
         }
         
+        this.indicator = this.indicatorEl();
+        
+        if(this.indicator){
+            this.indicator.setVisibilityMode(Roo.Element.DISPLAY);
+            this.indicator.hide();
+        }
+        
     },
 
     onDestroy : function(){