FieldArrayProps
Represents the props of the FieldArray component that is used inside the KendoReact Form component.
children?
any
The React elements that are passed as children to the rendered component.
component
React.ComponentType<any>
Can be set to a React component.
FieldArrayRenderProps
.
name
string
The name of the field in the Form state.
validator?
The validation functions for the FieldArray level.
Currently, validator
supports only synchronous functions.