Numeric Validator Schema Properties
Validates that a numeric answer falls within a specified range.
Element type: numericvalidator
Properties: 4
Category: Validators
General
Section titled “General”maxValue
Section titled “maxValue”- Type:
number - Default:
—
A maximum allowed numeric value.
minValue
Section titled “minValue”- Type:
number - Default:
—
A minimum allowed numeric value.
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.