fix: Patch Screan reader issue in multiselect selected items#4199
Merged
NathanZlion merged 3 commits intomainfrom Feb 9, 2026
Merged
fix: Patch Screan reader issue in multiselect selected items#4199NathanZlion merged 3 commits intomainfrom
NathanZlion merged 3 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4199 +/- ##
=======================================
Coverage 97.15% 97.16%
=======================================
Files 878 879 +1
Lines 25716 25750 +34
Branches 9297 9305 +8
=======================================
+ Hits 24985 25019 +34
+ Misses 725 684 -41
- Partials 6 47 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
42330e9 to
566116e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4199 +/- ##
=======================================
Coverage 97.19% 97.19%
=======================================
Files 886 886
Lines 25996 25998 +2
Branches 9416 9418 +2
=======================================
+ Hits 25267 25269 +2
Misses 682 682
Partials 47 47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
566116e to
513c8e9
Compare
513c8e9 to
0d31f7e
Compare
0d31f7e to
d19d637
Compare
d19d637 to
d465e97
Compare
SpyZzey
reviewed
Feb 6, 2026
SpyZzey
reviewed
Feb 6, 2026
SpyZzey
approved these changes
Feb 9, 2026
e0a7338 to
401a6c5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixed MultiSelect component accessibility issue where screen readers incorrectly announced "not-selected" for all options, including those that were actually selected. This prevented users relying on assistive technology from distinguishing between selected and unselected options.
aria-multiselectable="true"__ to the listbox element when in multiselect modeRelated links, issue #, if available: n/a
AWSUI-61639
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md.CONTRIBUTING.md.Security
checkSafeUrlfunction.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.