Multiline text input with auto-resize, character count, and validation
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "" | Field label |
value | string | "" | Text value (bindable) |
placeholder | string | "" | Placeholder text |
rows | number | 3 | Initial row count |
maxlength | number | - | Character limit |
showCount | boolean | false | Show char counter |
autoResize | boolean | false | Grow with content |
error | string | "" | Validation error message |
helpText | string | "" | Helper text below field |
disabled | boolean | false | Disable the textarea |
resize | "none" | "vertical" | "horizontal" | "both" | "vertical" | CSS resize handle |
size | "sm" | "md" | "lg" | "md" | Size variant |