Hi, I am trying to set up multiselect and everything seems OK until I try and remove items from the multiselect list. It clones the items and does not remove them.
If I add 1 item, it doesn't remove. If I add two, and attempt to remove one, it clones it.
https://jsfiddle.net/r8qahLew/
Add items to multiselect, then try and remove them. If you have more than 2 items, it clones itself and does not remove.
Remove item from select
Duplicates the item
Sorry, I stupidly missed out track-by. I have added the prop now and it works.
Sorry!!!
Cheers, awesome plugin.
track-by="id" fixed the issue
@mrdigitalau This turned out to be my problem too
Most helpful comment
Sorry, I stupidly missed out track-by. I have added the prop now and it works.
Sorry!!!
Cheers, awesome plugin.
track-by="id" fixed the issue