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
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Let's use this place to finalize the scope and design of Typeahead / "searchable Select" / Autocomplete (requested in #146). Because there are so many moving parts here, it's worth it to take the time and do this in a proper extensible way from the ground up.
Some features (in order of complexity/importance):
Type in the input to filter a predefined list.
Customize icon shown at the end of the input.
Autocomplete / autosuggest / autoselect the top value in the filtered list.
Start with empty list and asynchronously load data when a minimum number of letters are typed.
Start with a small preset list, load more data later (or e.g. perform filtering on server-side).
These are in addition to all the features from our current Select, which includes things like keyboard navigation and accessibility.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's use this place to finalize the scope and design of
Typeahead
/ "searchableSelect
" /Autocomplete
(requested in #146). Because there are so many moving parts here, it's worth it to take the time and do this in a proper extensible way from the ground up.Some features (in order of complexity/importance):
These are in addition to all the features from our current
Select
, which includes things like keyboard navigation and accessibility.Bookmarking some links for reference:
<input type=search/>
anddatalist
Beta Was this translation helpful? Give feedback.
All reactions