Magicsuggest / magicsuggest

Multiple Selection Combo Box using Bootstrap 3
nicolasbize.com/magicsuggest/
1.3k stars 269 forks source link

selectionchange event, is adding or removing an item? #329

Open nachitox opened 6 years ago

nachitox commented 6 years ago

Hi, Is there a way to know if i'm adding or removing an item? It would be nice to get the id or name of that item.

nachitox commented 6 years ago

getSelection() returns an empty array or an array with the selected element!