From 30bece488393254181647f972990929a2dbe6673 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 29 May 2018 13:57:50 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index eeede96222..368f5f2204 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1513,6 +1513,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { onEmptyResults : function(){ if(this.tickable && this.editable){ + this.hasFocus = false; this.restrictHeight(); return; } -- 2.39.2