carbon-components-svelte/tests/ComboBox
Eric Liu dd1338ffc4
fix(list-box-selection): fix aria-label for clear button (#2134)
`ListBoxSelection`, used by `MultiSelect` and `ComboBox`, currently  
applies the wrong `aria-label` for the clear selection button. It uses
the `translateId` (e.g., `"clearAll"`) instead of the user-friendly copy.
2025-03-22 12:59:16 -07:00
..
ComboBox.test.svelte test(combo-box): add unit tests 2025-03-17 21:19:24 -07:00
ComboBox.test.ts fix(list-box-selection): fix aria-label for clear button (#2134) 2025-03-22 12:59:16 -07:00
ComboBoxCustom.test.svelte test(combo-box): more unit tests 2025-03-19 10:42:54 -07:00