You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add descriptive accessibility labels to all Select all checkboxes
The Select all checkbox in ListHeader was announced generically as
"Select all items" by screen readers. Add a selectAllAccessibilityLabel
prop to SelectionList/ListHeader and pass context-specific labels
(e.g. "Select all categories", "Select all members") from each page
that uses multi-select, improving WCAG 2.4.6 compliance.
Co-authored-by: Rushat Gabhane <rushatgabhane@users.noreply.github.com>
0 commit comments