srigar / multiselect-react-dropdown

React multiselect dropdown with search and various options
https://10xn41w767.codesandbox.io/
MIT License
200 stars 114 forks source link

Manually assign a selected value? #248

Open SethCram opened 1 year ago

SethCram commented 1 year ago

I want a user to be able to type into the textbox and press enter, and if there's an option with the search's name then it should be added as a selected item. Is this possible?

I'm currently using onKeyPressFn() to capture the key stroke and see if enter was pressed, but I have no knowledge of how to manually assign a selected value.