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
Implement API to change selected item in selection group.
For example,
// API Signature menu.setSelectedIndex(index: number, selectionGroupIndex = 0) // Usage menu.setSelectedIndex(3)
Plausible ARIA attributes for selectable menu items
role="menuitemradio"
aria-checked="true"
The text was updated successfully, but these errors were encountered:
We should also be updating the aria tags with regards to the checkbox.
Sorry, something went wrong.
Closing for #4620
moog16
No branches or pull requests
Implement API to change selected item in selection group.
For example,
Plausible ARIA attributes for selectable menu items
role="menuitemradio"
for each selectable menu item.aria-checked="true"
for selected menu item.The text was updated successfully, but these errors were encountered: