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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: