FieldProps
Represents the props of the Field component that is used inside the KendoReact Form component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
The React elements that are passed as children to the rendered component. | |
component |
|
Can be set to a React component or to the name of an HTML element,
for example, | |
name |
|
The name of the field in the Form state.
Supports nested fields in the | |
onChange? |
|
Called when underlying editor triggers it's
That why this event should be used only for executing custom logic. | |
validator? |
|
The validation functions for the Field level.
Currently, |