Textarea
It renders a textarea for the user. It cannot have a symbol. We can define the visual height of the textarea with the minRows property. The minRows property is not required, but if it is not set it will be 4 rows by default. The minRows can be one of those values: 1, 2, 3, 4, 5. The value will be a string
{
"component": "textarea",
"label": "Write an essai here"
}
{
"component": "textarea",
"label": "Essai with the label visually placed at the top of the textarea",
"containerClass": "label-top"
}
By default, and when it"s inline: true, the label is visually placed on the center of the textarea (vertically). If we want to place the label on the top of the textarea, we can add the class label-top to the containerClass property