From 070e046d083b197f7efba241aaf43ef18b6b1d9d Mon Sep 17 00:00:00 2001 From: john Date: Tue, 29 May 2018 13:40:47 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index e2284633c2..16d823768b 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1731,8 +1731,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if(this.tickable){ - this.tickItems = []; - this.okBtn.hide(); this.cancelBtn.hide(); this.trigger.show(); @@ -2075,6 +2073,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { } this.item = []; + this.tickItems = []; Roo.each(this.choices.select('>li.roo-select2-search-choice', true).elements, function(c){ c.remove(); -- 2.39.2