Repeater components
Repeater field#
The Repeater component renders a repeater field with given child components.
- Component
- Component - advanced
- API schema
Props#
| Prop | Description |
|---|---|
| string The name of the column in Contember schema where to store data. Required |
| ReactNode The label for the field. Required |
| undefined | string The name of the column in Contember schema that is used to sort the options. |
| undefined | string The name of the column in Contember schema that is used to order the options. |