New to KendoReact? Learn about KendoReact Free.
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 |
|