This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Checkbox component is missing adapter APIs, leading to aria-checked
not being updated
#2579
Labels
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: