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
That hook is really just to get people started, you are more than welcome to use your own hook to manage data. You could probably wrap our hook in your own to supply this functionality.
I'll still check if it's something we'd like to add.
I've found it quite convenient to use it as is in scenarios where I need to do a lot to arrays of data.
Writing your own is always an option, but I bet this isn't much effort to expose. Without looking at source, you must already have these methods internally on the SelectionManager (or somewhere else, for integration with RAC ListBox and friends)
Provide a general summary of the feature here
I'd like equivalents of
add
andremove
methods for selection.😯 Current Behavior
Manual implementation like
The text was updated successfully, but these errors were encountered: