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
To add to this, what would be ideal is if the value of search is expose to the USelectMenu component, and then it could be manipulated (cleared or changed) from the USelectMenu component.
My use-case is I'm hoping to be able to utilise the USelectMenu to create an "input tag" component. The items for the USelectMenu would be any pre-existing tags. When the user searches for a tag, and it doesn't exist, they could create the new tag by pressing 'Enter'. What I'd like to be able to do is to "sluggify" the output of the new tag, and once they pressed 'Enter' then clear the value of search for that the full list of tags (including the newly created tag) is then shown to the user.
Description
Basically I want to avoid this situation:
clear-search.mov
Additional context
It would be nice to clear search for when the menu is destroyed and during my flow of creation.
The text was updated successfully, but these errors were encountered: