Textarea
Multi-line text input. Supports character counter and all variants.
Inputtype: textareaaccepts input
Live Preview
Max 500 characters
Data Properties
| Name | Type | Default | Description |
|---|---|---|---|
title | string | - | Field label |
placeholder | string | - | Placeholder text |
required | boolean | false | Whether the field is required |
Config Options
| Name | Type | Default | Description |
|---|---|---|---|
variant | enum | default | default, boxed, minimal, floating |
size | enum | md | sm (min-h-20), md (min-h-24), lg (min-h-32) |
helpText | string | - | Help text below the textarea |
Validation Rules
| Name | Type | Default | Description |
|---|---|---|---|
min | number | - | Minimum character length |
max | number | - | Maximum character length. Shows a counter |
customMessage | string | - | Custom error message |