Making Text Fields Mandatory
To make a text field mandatory or required, set the required
property to true
.
Code JSON
Copy
fieldUi”: {
“required”: true,
“regex”: “^(\\+)?(\\d{9,14})$”,
“messages”: {
“requiredErrorText”: “...”
“regexErrorText”: “...”
}
}
Status
Release Available | Status | Framework Name |
---|---|---|
Current | TBC |