-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(FilterableMultiSelect): fix extra colon #19428
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(FilterableMultiSelect): fix extra colon #19428
Conversation
Minimal fix for extra colon in hidden "Total items selected: : 0" message. Note that it already worked correctly when one or more items were selected. I don't like the way FilterableMultiSelect adds hidden text to the label, but aria-describedby is already being used to point to the (visible) helper text. Fixes carbon-design-system#19424.
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19428 +/- ##
=======================================
Coverage 84.87% 84.87%
=======================================
Files 372 372
Lines 14431 14431
Branches 4748 4717 -31
=======================================
Hits 12248 12248
+ Misses 2037 2036 -1
- Partials 146 147 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
26e938c
to
8dc1a9f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
339dd74
Hey there! v11.83.0 was just released that references this issue/PR. |
Closes #19424.
Fix extra colon in hidden "Total items selected: : 0" message. Note that it already worked correctly when one or more items were selected.
Also get rid of duplicate (nested)
<span class="cds--visually-hidden">
.I don't like the way FilterableMultiSelect adds hidden text to the label, but
aria-describedby
is already being used to point to the (visible) helper text.Changelog
Changed
Testing / Reviewing
Test on Storybook with JAWS.
PR Checklist
As the author of this PR, before marking ready for review, confirm you:
More details can be found in the pull request guide