From 913e1dc00d281bdb690df78323bfa1fc33da68c7 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 25 Apr 2018 17:15:13 +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 314f204a40..eeede96222 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1143,8 +1143,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if(typeof(this.loading) !== 'undefined' && this.loading !== null){ this.loading.hide(); } - Roo.log('onLoad...'); - Roo.log(this.store.getCount()); + if(this.store.getCount() > 0){ this.expand(); -- 2.39.2