UITextarea
Last updated
Last updated
Name
Type
Default
Description
id
string
Required - Id of the textarea
value
string
Required - Value for textarea
label
string
The text label
placeholder
string
Placeholder for textarea
size
string
Size and feeling for textarea
variant
string
Variant of the textarea
rows
number
3
Textarea rows presentation
disabled
boolean
false
Wether the textarea is disabled or not
onChange
function
Required - Callback for when the textarea value changes