-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚩 ♻️ Select #1067
Comments
DropDown #1349Drop-Down components are used to gather user-provided information from a range of options. |
Combobox #1350The Combobox component functions as a textfield, enabling users to choose values from a supplied array of items or input their own value. Any newly created items will be returned as strings. |
Autocomplete #1351The Autocomplete component provides straightforward and adaptable type-ahead functionality. It proves valuable when navigating extensive datasets or dynamically retrieving information from an API. |
The select component requires refactoring to enhance user experience and ensure better maintainability.
The text was updated successfully, but these errors were encountered: