Multiselect filterable has set the Clear all selected items button to aria-hidden which means screen readers can't see it #8488
-
In previous versions, the MultiSelect.Filterable component set the aria role and label correctly for the 'Clear all selected items' button. But in this release, the aria-hidden tag has been set to true, which means that screen readers will skip it. This seems like a functionality we need to expose to screen readers. I don't see an alternate way to clear the selected items all at once. Notice the aria-hidden true here in the accessibility pane Environment
See above in Chrome and the testing library
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This was an intentional decision for three reasons:
I'll convert this to a discussion for reference/to continue the conversation 👍🏽 |
Beta Was this translation helpful? Give feedback.
This was an intentional decision for three reasons:
I'll convert this to a discussion for reference/to continue the conversation 👍🏽