Roo/bootstrap/ComboBox.js
[roojs1] / Roo / bootstrap / ComboBox.js
index 7d292a1..d6eff91 100644 (file)
@@ -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;
@@ -1732,6 +1730,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.hasFocus = false;
         
         if(this.tickable){
+            
             this.okBtn.hide();
             this.cancelBtn.hide();
             this.trigger.show();