FieldArrayProps
Interface
Contains the props for the FieldArray component that you use inside forms.
Definition
Package:@progress/kendo-react-form
Properties
children?
any
Provides child elements that are passed to the rendered component.
component
ComponentType<any>
Can be set to a React component.
FieldArrayRenderProps.
name
string
Sets the field name in the form state.
Validates the field array and returns error messages. Only synchronous functions are supported.