FormComponentValidity
Represents the validity
state of the KendoReact form components.
For runnable examples on forms support, refer to the documentation of the respective form component:
- DateInput
- DatePicker
- TimePicker
- DateTimePicker
- AutoComplete
- ComboBox
- DropDownList
- MultiSelect
- Input
- MaskedTextBox
- NumericTextBox
- Checkbox
- Switch
badInput?
boolean
customError
boolean
patternMismatch?
boolean
rangeOverflow?
boolean
rangeUnderflow?
boolean
stepMismatch?
boolean
tooLong?
boolean
tooShort?
boolean
typeMismatch?
boolean
valid
boolean
valueMissing
boolean