From d9de0eb59273a3586087fc24cfdabe6cfc6c0cc7 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 5 Feb 2015 18:46:35 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index e97c140315..fdd714428e 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1433,7 +1433,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { { Roo.log('trigger click'); - if(this.disabled){ + if(this.disabled || this.editNotList){ return; } -- 2.39.2