carbon-components-svelte/tests/ComboBox
Eric Liu 9b61af0306
fix(list-box): set aria-disabled if disabled (#2125) (#2138)
Re-apply #2125 (reverted in #2130) to preserve `disabled` attribute.

Carbon styles depend on the `[disabled]` attribute. However, the `disabled`
attribute is not valid markup when applied to `div role="option"`. This PR
preserves the existing `disabled` attribute while also setting `aria-disabled`
to maintain accessibility.
2025-03-23 10:46:25 -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): set aria-disabled if disabled (#2125) (#2138) 2025-03-23 10:46:25 -07:00
ComboBoxCustom.test.svelte test(combo-box): more unit tests 2025-03-19 10:42:54 -07:00