Hierarchy

Properties

customMessage?: string
max?: number

Maximum value for numbers

maxDate?: any
maxLength?: number

For text input, this checks the maximum length of text for valid input

maxSelectedCount?: number
maxTime?: null | string
min?: number

Minimum value for numbers

minDate?: any
minSelectedCount?: number
minTime?: null | string
pattern?: string

For text input, this checks the text agains a Regular expression pattern.

plugins?: string[]
required?: boolean

If this component is required.

Generated using TypeDoc