Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Tue, 29 May 2018 05:56:39 +0000 (13:56 +0800)
committerjohn <john@roojs.com>
Tue, 29 May 2018 05:56:39 +0000 (13:56 +0800)
Roo/bootstrap/ComboBox.js

index 03ec8a7..eeede96 100644 (file)
@@ -1514,9 +1514,9 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         if(this.tickable && this.editable){
             this.restrictHeight();
-            // return;
+            return;
         }
-        Roo.log(this.isExpanded());
+        
         this.collapse();
     },
 
@@ -1730,7 +1730,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.hasFocus = false;
         
         if(this.tickable){
-            
             this.okBtn.hide();
             this.cancelBtn.hide();
             this.trigger.show();