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

index eeede96..e228463 100644 (file)
@@ -1730,6 +1730,9 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.hasFocus = false;
         
         if(this.tickable){
+            
+            this.tickItems = [];
+            
             this.okBtn.hide();
             this.cancelBtn.hide();
             this.trigger.show();