Repeater components
#
Repeater fieldThe Repeater
component renders a repeater field with given child components.
- Component
- Component - advanced
- API schema
#
PropsProp | 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. |