Feature Request: Add Searchable Select with Inline Search Input #5656
realrezamirzaei
started this conversation in
Feature requests
Replies: 1 comment
-
|
Is this possible? The underlying React Aria supports it https://react-aria.adobe.com/Select#autocomplete
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi HeroUI Team,
First of all, thank you for the amazing component library! I’ve been using
@heroui/reactin my project and really appreciate the clean design and ease of use.I’d like to request a new feature for the
Select/Autocompletecomponent: a searchable select that allows users to search for options directly inside the dropdown. The main idea is:selectedKeyandonSelectionChangeprops, so current usage patterns ofSelectdon’t break.This would be extremely useful in scenarios where there are many options, such as country, city, or role selection. Currently,
Autocompleteworks well for basic usage, but having a native searchableSelectwith a built-in inline search would make the UI much cleaner and avoid extra custom implementations.Example usage concept:
Benefits
Beta Was this translation helpful? Give feedback.
All reactions