react-selectable-fast
react-selectable-fast copied to clipboard
Can not filter array without unselecting all items
Great work guys for this awesome piece of code😍
I have a list of items am rendering using react-selectable-fast, i would like to filter the list using an input box. I tried array.filter it work but all items selected unselect after filtering the list, is there a workaround for retaining the selected list after running filter on the list?