Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index c6051e8..a4ba009 100644 (file)
@@ -230,7 +230,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         var valueField = this.combo.valueField;
         var displayField = this.combo.displayField;
         if (this.items.indexOfKey(rec[valueField]) > -1) {
-            //console.log("GOT " + rec.data.id);
+            Roo.log("GOT " + rec.data.id);
             return;
         }
         
@@ -458,6 +458,9 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
    
     remove : function()
     {
+        if(this.cb.disabled){
+            return;
+        }
         this.cb.items.remove(this);
         this.el.child('img').un('click', this.remove, this);
         this.el.remove();