New to KendoReact? Start a free 30-day trial
FieldArrayProps
FieldArrayPropsPremium
Contains the props for the FieldArray component that you use inside forms.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Provides child elements that are passed to the rendered component. | |
component |
|
Can be set to a React component.
| |
name |
|
Sets the field name in the form state. | |
validator? |
|
Validates the field array and returns error messages. Only synchronous functions are supported. |