TextArea
TextArea is a multi-line input field for multi-line attributes. In DefaultValue, line breaks (\r\ n) may be included.
Required
- Type
Optional properties
- Label
- DefaultValue
- Description
- IsRequired
- IsEnabled
- Constraints
{
"Type": "TextArea",
"Label": "Multiline text input field 1",
"DefaultValue": "line1\r\nline2\r\nline3",
}