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
aria-checked
0.34.1
Any
input
aria-checked should be set to mixed on indeterminate JS checkboxes
mixed
aria-checked is never set
Somehow we never implemented the setNativeControlAttr and removeNativeControlAttr adapter APIs in the checkbox component.
setNativeControlAttr
removeNativeControlAttr
The text was updated successfully, but these errors were encountered:
Traced to #2389, which added this functionality but didn't hook it up through the component, so it wasn't actually working.
Sorry, something went wrong.
kfranqueiro
No branches or pull requests
What MDC Web Version are you using?
0.34.1
What browser(s) is this bug affecting?
Any
What OS are you using?
Any
What are the steps to reproduce the bug?
input
elementWhat is the expected behavior?
aria-checked
should be set tomixed
on indeterminate JS checkboxesWhat is the actual behavior?
aria-checked
is never setAny other information you believe would be useful?
Somehow we never implemented the
setNativeControlAttr
andremoveNativeControlAttr
adapter APIs in the checkbox component.The text was updated successfully, but these errors were encountered: