Text Validator Schema Properties
Validates text length (minimum and/or maximum character count).
Element type: textvalidator
Properties: 5
Category: Validators
General
Section titled “General”allowDigits
Section titled “allowDigits”- Type:
boolean - Default:
true
Specifies whether a text value can include numerical digits.
maxLength
Section titled “maxLength”- Type:
number - Default:
0
The maximum length of a text value measured in characters.
minLength
Section titled “minLength”- Type:
number - Default:
0
The minimum length of a text value measured in characters.
notificationType
Section titled “notificationType”- Type:
string - Default:
"error" - Allowed values:
error,warning,info
Specifies the type of notification shown to users.
- Type:
string - Default:
— - Localizable: Yes
An error message to display when a value fails validation.