Commit 339dd74
authored
fix(FilterableMultiSelect): fix extra colon (#19428)
* fix(FilterableMultiSelect): fix extra colon
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 #19424.
* fix(FilterableMultiSelect): remove duplicate cds--visually-hidden span
Fixes #19424.1 parent 57147ac commit 339dd74
File tree
1 file changed
+3
-10
lines changed- packages/react/src/components/MultiSelect
1 file changed
+3
-10
lines changedLines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
874 | 867 | | |
875 | 868 | | |
876 | 869 | | |
| |||
0 commit comments