From: Edward Date: Thu, 7 May 2015 09:06:22 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=75c4cd4176720b5137d325247afd901e02fbb141 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index e2482d6df0..530279c294 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -469,7 +469,7 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { return; } - if(false !== this.cb.fireEvent('remove', this.cb, this)){ + if(false !== this.cb.fireEvent('beforeremove', this.cb, this)){ this.cb.items.remove(this); this.el.child('img').un('click', this.remove, this); this.el.remove();