Textarea
Auto-growing multiline field with stable label, hint, error, count, and native-element associations.
Choose Textarea for free-form multiline text. Use its label or a native accessible name. Component errors replace hints, preserve consumer `aria-describedby`, and set `aria-invalid`.
Interactive example
Loading interactive example
API
Inherited prop contracts
Omit<HTMLTextareaAttributes, 'value'>Props from this native base are accepted except the listed members.
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
error | string | prop | No | undefined |
hint | string | prop | No | undefined |
label | string | prop | No | undefined |
maxRows | number | prop | No | undefined |
ref | HTMLTextAreaElement | binding | No | undefined |
rows | number | prop | No | 3 |
showCount | boolean | prop | No | false |
value | string | binding | No | '' |
Examples
Source
Loading source