From 1ddecd9fad30eacec42ce1f9157fcc96a4303cd8 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 17 May 2018 12:30:38 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 7d292a1b37..eeede96222 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1648,10 +1648,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { return false; } q = qe.query; - Roo.log('doQuery'); - Roo.log(q); + forceAll = qe.forceAll; - Roo.log(forceAll); if(forceAll === true || (q.length >= this.minChars)){ this.hasQuery = true; -- 2.39.2