id
string
Required - Id of the textarea
value
string
Required - Value for textarea
label
string
The text label
secondaryLabel
string
The secondary text label displayed in top right corner
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