You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: