Repeater
Form Repeater Component
Properties
Property
Required
Available values
Default Value
Example
Description
Example Manifests
Simple usage
{
"type": "form-repeater",
"config": {
"field_name": "data.agents",
"components": [
{
"type": "form-input",
"config": {
"field_name": "data.agents.*.name",
"content_key": {
"label": "form.agents.name.label",
"placeholder": "form.agents.name.placeholder"
}
}
}
]
}
}Usage with all properties
Usage with only one selected item showing
Field definition
Defining and validating arrays
Defining and validating array structure
Example of field definition together
Prefilling data
Contents
Summary
Jsonlogic
Form Repeater Add Component
Properties
Property
Required
Available values
Default Value
Example
Description
Example Manifests
Simple usage
Form Repeater Remove Component
Properties
Property
Required
Available values
Default Value
Example
Description
Example Manifests
Simple usage
Form Repeater Select Component
Properties
Property
Required
Available values
Default Value
Example
Description
Example Manifests
Simple usage
Usage with all properties
Last updated