Multi-line text input with character limit and auto-resize.
<script>
import { TextArea } from "jatui"
</script>
<TextArea />| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
value | string | "" | Text value (bindable) |
placeholder | string | - | Placeholder text |
rows | number | 3 | Visible rows |
error | string | - | Error message |
maxLength | number | - | Character limit |