thepassle/generic-components

disabled switch is not exposed correctly

Closed this issue · 2 comments

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".

Good catch! Thanks for reporting

Fixed in 818929b