carbon-components-svelte/src/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
..
index.js refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
TextArea.svelte fix(text-area): allow visually hidden label (#2137) 2025-03-23 10:42:47 -07:00
TextAreaSkeleton.svelte chore: format files with Prettier 3 2024-11-11 21:35:48 -08:00