The Textarea Input allows multi-line text input with configurable rows and columns, required validation, and placeholder support.
{
"key": "InputKey",
"type": "textarea",
"props": {
"label": "Input Name",
"required": true,
"placeholder": "Input Placeholder",
"rows": 4,
"cols": 2
},
"validation": {
"messages": {
"required": "Error message for required"
}
}
}
Multi-line input
rows and cols.Validation
Display Rules