Capture multi-line, longer text content.
1234567891011121314| Prop | Type | Default | Description |
|---|---|---|---|
value? | string | — | Controlled value (optional) |
defaultValue? | string | — | Default value (optional) |
onChange? | (e: ChangeEvent) => void | — | Callback when value changes (optional) |
placeholder? | string | — | Placeholder text (optional) |
disabled? | boolean | false | Disable the textarea (optional) |
rows? | number | — | Number of visible rows (optional) |
error? | boolean | false | Show error state (optional) |
className? | string | — | Additional CSS classes (optional) |