Skip to content

Textarea

Textarea with rows control, label, sizes, error, and disabled states.

<reke-textarea label="Description" rows="6" placeholder="Enter text..."></reke-textarea>
PropertyTypeDefaultDescription
valuestring''Current value
placeholderstring''Placeholder text
rowsnumber4Number of visible rows
size'sm' | 'md' | 'lg''md'Size
disabledbooleanfalseDisables the textarea
errorbooleanfalseError state
labelstring''Label text
EventDetailDescription
reke-input{ value }Fired on every keystroke
reke-change{ value }Fired on blur
PartDescription
textareaThe native textarea element