Textarea
Multi-line text input. Pair with Field for label + description + error.
Default
Standard textarea bound with v-model.
With Field
Wrap in Field to add label + description.
A short summary about you. Max 280 characters.
Disabled
Disable input.
API Reference
Props, events, and slots for each sub-component.
Textarea
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | string | — | Value. Supports v-model. |
| rows | number | — | Starting visible rows. |
| placeholder | string | — | Placeholder text. |
| disabled | boolean | false | Disable input. |
Events
| Event | Description |
|---|---|
| update:modelValue | Fires on input. Enables v-model. |