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

Proper keyboard support in dropdowns #2352

Open
RFSH opened this issue Aug 30, 2023 · 0 comments
Open

Proper keyboard support in dropdowns #2352

RFSH opened this issue Aug 30, 2023 · 0 comments
Labels
help wanted Intended for internal use for student workers

Comments

@RFSH
Copy link
Member

RFSH commented Aug 30, 2023

In react-boostrap, you can use arrow keys (or tab/shift + tab) to switch between elements in a dropdown and then use enter to select an option. You can see how the "Export" button is properly doing this. But this is not behaving properly in some of our dropdowns (like the page size dropdown).

We should search for all the dropdown usage and ensure the keyboard support works appropriately. If the reason is misusing the Dropdown component, we should document it in our dev guides so this doesn't happen again.

@RFSH RFSH added bug help wanted Intended for internal use for student workers labels Aug 30, 2023
@RFSH RFSH removed the bug label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Intended for internal use for student workers
Projects
None yet
Development

No branches or pull requests

3 participants