multiselect-react-dropdown icon indicating copy to clipboard operation
multiselect-react-dropdown copied to clipboard

onRemove(selectedList, selectedItem) gives selectedItem's "index" instead of selectedItem object when keyboard "backspace" key is pressed

Open Siddharth-RWS opened this issue 2 years ago • 0 comments

When we remove the item by pressing keyboard's backspace key onRemove(selectedList, selectedItem) gives selectedItem's "index" instead of selectedItem object

Siddharth-RWS avatar Feb 20 '23 11:02 Siddharth-RWS