Validation properties for field

Hierarchy

  • IValidation

Properties

infoDetail?: IInfoDetail

Generic info related to the field

max?: string | number

Maximum value acceptable by the field

maxDetail?: IValidationDetail

Details related to max. property

min?: string | number

Minimum value acceptable by the field

minDetail?: IValidationDetail

Details related to min. property

pattern?: string

Pattern to be used by the field -- valid for field of type text

patternDetail?: IPatternValidationDetail

Pattern details specific to pattern property

required?: boolean

Marks the field as mandatory before form submission

requiredDetail?: IValidationDetail

Validation details specific to required property

Generated using TypeDoc