Properties
Properties for Input control
Name
Description
Default
Mandatory
{
"id": "fullName",
"type": "Input",
"data": "${flow.givenName} ${flow.sn}",
"config": {
"required": true,
"readonly": false,
"always_include": true,
"pattern": "^[A-Za-z ]{2,50}$"
}
}