FormComponentProps
Represents the basic props 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 | 
|---|---|---|---|
| name? | 
 | Specifies the  This property is part of the FormComponentProps interface. | |
| required? | 
 | Specifies if  This property is part of the FormComponentProps interface. | |
| valid? | 
 | Overrides the validity state of the component.
If  This property is part of the FormComponentProps interface. | |
| validationMessage? | 
 | Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
| validityStyles? | 
 | If set to  This property is part of the FormComponentProps interface. |