X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=9534e3e208a25bd5f1c46db73482dea7e43e92b5;hp=c6051e802e6b920e9c177dec4457decd1d4efaef;hb=a93261d972466d13c76cbb129c00d02973668013;hpb=6e978dd6486772e0ca04d2b87a3a06d06925614e 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); },