From ad6da3b3ea525fc244c42e5d8d6077f8e7bf3667 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 29 May 2018 13:27:13 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index eeede96222..e2284633c2 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -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(); -- 2.39.2