Textarea
Multi-line text input, vertically resizable.
Usage
API
Props
| Name | Type | Default | Description |
|---|---|---|---|
| modelValue | string | '' | v-model value |
| placeholder | string | — | placeholder |
| disabled | boolean | false | disabled |
| rows | number | 3 | initial rows |
| error | boolean | false | error state (red border) |
Events
| Name | Payload | Description |
|---|---|---|
| update:modelValue | (v: string) | on input |