react-selectable-fast icon indicating copy to clipboard operation
react-selectable-fast copied to clipboard

Can not filter array without unselecting all items

Open Samuel-Momoh opened this issue 4 years ago • 0 comments

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?

Samuel-Momoh avatar Jul 27 '21 02:07 Samuel-Momoh