From 15f59543c72beb7856444d58a8ca0a822004969c Mon Sep 17 00:00:00 2001 From: john Date: Fri, 26 Jan 2018 20:14:55 +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 264f64f5c8..df1db05364 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -833,9 +833,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { }, "down" : function(e){ + Roo.log('trigger dowm'); if(!this.isExpanded()){ - Roo.log('trigger dowm'); - this.onTriggerClick(); }else{ this.inKeyMode = true; -- 2.39.2