Skip to content

Text Validator Schema Properties

Validates text length (minimum and/or maximum character count).

Element type: textvalidator Properties: 5 Category: Validators


  • Type: boolean
  • Default: true

Specifies whether a text value can include numerical digits.

  • Type: number
  • Default: 0

The maximum length of a text value measured in characters.

  • Type: number
  • Default: 0

The minimum length of a text value measured in characters.

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