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

Inputs in dropdown are not accessible via keyboard nav #490

Open
mwargan opened this issue Mar 12, 2024 · 0 comments
Open

Inputs in dropdown are not accessible via keyboard nav #490

mwargan opened this issue Mar 12, 2024 · 0 comments

Comments

@mwargan
Copy link

mwargan commented Mar 12, 2024

Please search for duplicate or closed issues first.

Describe the issue

Cannot tab into and select radio or checkboxes with keyboard when they are in a dropdown.

Current Behavior

Tabs to the next dropdown, skips content inside altogether.

Expected Behavior

To correctly tab

Reproduction URL

https://picocss.com/docs/dropdown

Suggested fix

I've added a tabindex to my inputs inside the dropdown. It feels wrong though, just because inputs natively have a tabindex=0 set.

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