multiselect-react-dropdown
multiselect-react-dropdown copied to clipboard
onRemove(selectedList, selectedItem) gives selectedItem's "index" instead of selectedItem object when keyboard "backspace" key is pressed
When we remove the item by pressing keyboard's backspace key onRemove(selectedList, selectedItem) gives selectedItem's "index" instead of selectedItem object