carbon-components-svelte/tests/ComboBox
Brian West 9e3d83031e
fix(combo-box): fix typing when refocusing input
Fixes a bug where the input `value` is immediately reset
when re-focusing the input. The `value` resetting is necessary
to support programmatically clearing the value, but it should
only execute if the input is not currently focused.
2025-03-19 10:29:13 -07:00
..
ComboBox.test.svelte test(combo-box): add unit tests 2025-03-17 21:19:24 -07:00
ComboBox.test.ts fix(combo-box): fix typing when refocusing input 2025-03-19 10:29:13 -07:00
ComboBoxCustom.test.svelte test(combo-box): add unit tests 2025-03-17 21:19:24 -07:00