X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=9534e3e208a25bd5f1c46db73482dea7e43e92b5;hb=a93261d972466d13c76cbb129c00d02973668013;hp=c6051e802e6b920e9c177dec4457decd1d4efaef;hpb=7e17a155f22f2af27a33cfa0b1cfb87bcfc6e7ea;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index c6051e802e..9534e3e208 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -452,6 +452,10 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { String.format('{0}',this.data[this.tipField]) ); + if(this.cb.disabled){ + return; + } + this.el.child('img').on('click', this.remove, this); },