Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 15256-multiselect-selected-options-bug #15633

Conversation

andreancardona
Copy link
Contributor

@andreancardona andreancardona commented Jan 29, 2024

Closes #15256

Added itemsSelectedText to be read by screen readers. This allow screen reader users to know which items have been selected with the menu is closed.

Testing:

Select a few items, close the menu
Run closed menu through screen reader. It should read Total items selected: ... and then the description of the items selected

@andreancardona andreancardona requested a review from a team as a code owner January 29, 2024 21:40
@andreancardona andreancardona marked this pull request as draft January 29, 2024 21:40
@andreancardona andreancardona marked this pull request as ready for review January 30, 2024 18:49
Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit ecb8073
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/65b944add5e3b0000812223f
😎 Deploy Preview https://deploy-preview-15633--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@guidari guidari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@carbon-bot carbon-bot added this pull request to the merge queue Feb 5, 2024
Merged via the queue into carbon-design-system:main with commit b4464c1 Feb 5, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[a11y]: MultiSelect [default] - selected options bug
4 participants