jatui

TextArea

Multiline text input with auto-resize, character count, and validation

Basic usage

0/200
This field is required

Props

PropTypeDefaultDescription
labelstring""Field label
valuestring""Text value (bindable)
placeholderstring""Placeholder text
rowsnumber3Initial row count
maxlengthnumber-Character limit
showCountbooleanfalseShow char counter
autoResizebooleanfalseGrow with content
errorstring""Validation error message
helpTextstring""Helper text below field
disabledbooleanfalseDisable the textarea
resize"none" | "vertical" | "horizontal" | "both""vertical"CSS resize handle
size"sm" | "md" | "lg""md"Size variant