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

Build a custom select that allows for UI customization in the dropdown #1223

Closed
acelaya opened this issue Sep 7, 2023 · 0 comments · Fixed by #1247
Closed

Build a custom select that allows for UI customization in the dropdown #1223

acelaya opened this issue Sep 7, 2023 · 0 comments · Fixed by #1247

Comments

@acelaya
Copy link
Contributor

acelaya commented Sep 7, 2023

As part of hypothesis/client#5775, we have been presented with the need to have a Select component which dropdown is not a native list of <option /> elements, but something more customizable (see hypothesis/client#5775 (comment)).

The component needs to allow custom UI per option, as well as eventually support filtering, limit the amount of filtered results, etc.

It should also be as accessible as possible (keyboard navigation via Tab and arrow keys, proper option expand/contract and focusing, etc).

@acelaya acelaya self-assigned this Sep 7, 2023
@acelaya acelaya changed the title Build a custom select that allows for UI improvements on the dropdown Build a custom select that allows for UI customization in the dropdown Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant