Configures an input field to appear that the user can enter an input field
Value Precision
is AllowMultiple respected?
Has validation?
Email Data Type Definition
{
"fields" : [
{
"fieldName": "User Email",
"label": "user_email",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "Email",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Last updated
Was this helpful?

