Skip to content

Numeric Validator Schema Properties

Validates that a numeric answer falls within a specified range.

Element type: numericvalidator Properties: 4 Category: Validators


  • Type: number
  • Default:

A maximum allowed numeric value.

  • Type: number
  • Default:

A minimum allowed numeric value.

  • 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.