We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Will it be possible to focus the first menu item when it opens without it being an input element necessarily? This is how it is currently defined.
For accessibility, in most dropdowns, when pressing the button, the focus is expected to go to the first menu item, that doesn't happen currently.
I can try to make a pr to fix this if you agree.
Thanks!
The text was updated successfully, but these errors were encountered:
I also noticed when reading the code that the autofocus attribute of details-menu is not documented. Perhaps one could also add
Sorry, something went wrong.
No branches or pull requests
Hi,
Will it be possible to focus the first menu item when it opens without it being an input element necessarily? This is how it is currently defined.
For accessibility, in most dropdowns, when pressing the button, the focus is expected to go to the first menu item, that doesn't happen currently.
I can try to make a pr to fix this if you agree.
Thanks!
The text was updated successfully, but these errors were encountered: