roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 173fcbe..fd132fc 100644 (file)
@@ -24307,6 +24307,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();