Skip to content
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

Improve Dropdown accessibility #1118

Open
michaeljaltamirano opened this issue Aug 9, 2021 · 1 comment
Open

Improve Dropdown accessibility #1118

michaeljaltamirano opened this issue Aug 9, 2021 · 1 comment

Comments

@michaeljaltamirano
Copy link
Contributor

michaeljaltamirano commented Aug 9, 2021

Continues off of #1110, we should re-configure some component/prop usage to direct people toward happy-path a11y outcomes, e.g. should we expose a Form.Dropdown component that is favored over using Dropdown directly so that adding Form.Field with label is a normal pattern in our usage. We could look into https://react-spectrum.adobe.com/react-aria/useSelect.html

@michaeljaltamirano
Copy link
Contributor Author

An additional benefit of pulling in useSelect is that we could improve the selection of dropdown options by allowing "type to jump" functionality, e.g. typing "Kan" would select "Kansas" amongst a list of states, rather than the single-selection tabbing we currently support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant