Roo/bootstrap/ComboBox.js
authorMichael <michael@roojs.com>
Thu, 5 Feb 2015 10:46:35 +0000 (18:46 +0800)
committerMichael <michael@roojs.com>
Thu, 5 Feb 2015 10:46:35 +0000 (18:46 +0800)
Roo/bootstrap/ComboBox.js

index e97c140..fdd7144 100644 (file)
@@ -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;
         }