FieldArrayProps

Represents the props of the FieldArray component that is used inside the KendoReact Form component.

NameTypeDefaultDescription

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?

FieldValidatorType | FieldValidatorType[]

The validation functions for the FieldArray level. Currently, validator supports only synchronous functions.

In this article

Not finding the help you need?