Description
Adding some missing aria-label
on toggler buttons.
Add an aria-hidden
to the <div>
wrapping content outside any role
/hide an input that doesn't have any <label>
.
Motivation & Context
Raises some errors with aXe devtools
.
Type of changes
-
Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed
Live previews
Related issues
NA