kveeiv / extjs-boxselect

Ext.ux.form.field.BoxSelect
http://kveeiv.github.com/extjs-boxselect/examples/boxselect.html
MIT License
108 stars 53 forks source link

change event listener not notified when last value removed #45

Open johnkary opened 8 years ago

johnkary commented 8 years ago
  1. Add to a form panel and configure with a listener for "change" event.
  2. Select 2 or more values from the drop-down so 2 labels appear in the box.
  3. Remove one value by clicking the X in its label. A "change" listener is notified.
  4. Remove last value by clicking the X. The "change" listener is NOT notified.