Add searching to Select widget? #4684
manforowicz
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I have implemented this with an Input and a Suggester and a Validator. Select doesn't seem to work well (performance-wise) when the number of options is truly large. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Select
widget lets the user select from a scrollable list of options.It would be great if the user could type with their keyboard to select an option.
Use case: Selecting from a large list, such as time zones or countries.
Beta Was this translation helpful? Give feedback.
All reactions