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
Is your feature request related to a problem? Please describe.
Creating a Search focused component with autosuggest dropdown.
Essentially it's a combination of Combobox with NavigationMenu style keyboard navigation.
Describe the solution you'd like
Although this is similar to the feature bloated combobox, there are interaction differences:
Debouncing and throttling suggestions
Display loading state
Clear input
More complex portal navigation - like NavigationMenu
Is your feature request related to a problem? Please describe.
Creating a
Search
focused component with autosuggest dropdown.Essentially it's a combination of
Combobox
withNavigationMenu
style keyboard navigation.Describe the solution you'd like
Although this is similar to the feature bloated combobox, there are interaction differences:
NavigationMenu
Here are some examples of that may look like:
I can think of 2 approaches to creating this component:
Combobox
andNavigationMenu
cmdk-solid
Describe alternatives you've considered
Combobox
is feature bloated and too restrictive for some search type operations.cmdk-solid
is good UI-wise, but keyboard nav has some issues:The text was updated successfully, but these errors were encountered: