Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Mon, 28 Dec 2015 07:18:14 +0000 (15:18 +0800)
committeredward <edward@roojs.com>
Mon, 28 Dec 2015 07:18:14 +0000 (15:18 +0800)
Roo/bootstrap/ComboBox.js

index ffa4289..8690d0d 100644 (file)
@@ -1045,6 +1045,12 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.lastSelectionText = '';
         this.lastData = false;
         
+        var close = this.closeTriggerEl();
+        
+        if(close){
+            close.hide();
+        }
+        
     },
 
     /**