New to KendoReact? Start a free 30-day trial
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
Name | Type | Default | Description |
---|---|---|---|
badInput? |
| ||
customError |
| ||
patternMismatch? |
| ||
rangeOverflow? |
| ||
rangeUnderflow? |
| ||
stepMismatch? |
| ||
tooLong? |
| ||
tooShort? |
| ||
typeMismatch? |
| ||
valid |
| ||
valueMissing |
|