MultiValue Text
MultiValueText is a text input field for multiple values (for multi-value attributes).
Special conditions for MultiValueText:
- DefaultValue is a list of text values
- The Constraints are applied to each line
Required
- Type
Optional properties
- Label
- DefaultValue
- Description
- IsRequired
- IsEnabled
- Constraints
{
"Type": "MultiValueText",
"DefaultValue": [ "Apple", "Banana", "Orange" ],
"Label": "entry list",
"Description": "Please enter one or more values (one per line).",
"IsRequired": true,
"IsEnabled": true,
}