Textarea
Overview
A styled textarea built on the native HTML textarea element, with support for v-model binding.
Theme entry: Textarea
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | string|array|object | undefined | Additional CSS classes to apply to the textarea. | |
| defaultValue | string|number | undefined | The default value when uncontrolled. | |
| modelValue | string|number | undefined | The controlled value (used with v-model). |
Events
| Name | Description |
|---|---|
update:modelValue | Emitted when the value changes. |
Source
client/lib/controls/textarea/Textarea.vue