disabled switch is not exposed correctly
Closed this issue · 2 comments
scottaohara commented
the disabled
attribute can only be used on native html controls that allow the attribute. To properly expose the disabled switch you would need to use aria-disabled="true"
.
thepassle commented
Good catch! Thanks for reporting