carbon-components-svelte/tests/TextArea
Eric Liu 43511e09ec fix(text-area): allow visually hidden label (#2137)
This fixes an accessibility issue with `TextArea`.

Currently, if `hideLabel` is `true`, the label is not rendered at all.
The expected behavior is that it should be visually hidden while
still being available to screen readers.
2025-03-23 10:42:47 -07:00
..
TextArea.test.svelte test(text-area): add unit tests 2025-03-20 17:34:20 -07:00
TextArea.test.ts fix(text-area): allow visually hidden label (#2137) 2025-03-23 10:42:47 -07:00
TextAreaCustom.test.svelte test(text-area): add unit tests 2025-03-20 17:34:20 -07:00