FieldArrayProps
Represents the props of the FieldArray 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.
| |
name |
|
The name of the field in the Form state. | |
validator? |
|
The validation functions for the FieldArray level.
Currently, |