Sidera/Components/Textarea
Textarea
A textarea captures longer, free-form input across multiple lines — feedback, notes, descriptions.
CategoryForms
StatusStable
01 —Overview
Use a textarea whenever the expected answer runs past a single line. Keep the label persistent and size the field to hint at the expected length.
02 —States
This field is required
03 —Properties
PropTypeDefault
statedefault | error | successdefault
labelstring—
helperstring—
rowsnumber—
disabledbooleanfalse
04 —Accessibility
- Label is programmatically associated via htmlFor/id.
- Helper text is linked with aria-describedby; errors set aria-invalid.
- Resizable vertically; visible 3px focus ring.