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
The correct values get set in the state, so the searchValueChanged function works fine, but there doesn't seem to be a way to get the value back into the multiselect.
Expected Behavior
When I set the property
searchValue
I would expect that the value appears in the search field and that the items are filtered appropriately.Actual Behavior
Nothing happens if this property is provided.
Steps to Reproduce the Problem
Also see https://codesandbox.io/embed/react-multi-select-search-test-rsjks
Related
#104
After reading that issue I was expecting that this should work, but I guess I do not understand how to correctly use
searchValue
.The text was updated successfully, but these errors were encountered: