Optional
addButton label to add another item.
Optional
clearIf the value of this field should be cleared when it is conditionally hidden.
Nested components inside the group.
Optional
conditionalDynamically determines if the component is visible/available.
Optional
defaultThe default value of this compoennt.
Optional
descriptionControl whether any rows can be added or removed.
Label for an individual item, interpolated with the index of each item.
Optional
hiddenDetermines if the component should be within the form, but not visible. This can be overridden with the conditionals.
Optional
hideOptional
isThe data key for this component (how the data is stored in the database, referenced as API key in docs).
The HTML label to give this component.
Optional
openOptional
removeButton label to remove a single item.
Optional
saveButton label to save/confirm a single item.
Optional
tooltipOptional
validate
The editgrid component schema.
Edit grids ("repeating groups") are used as a blueprint for array values with complex nested structures (as opposed to textfield with multiple true) inside.
The nested components describe a single group of fields that are repeated for every item. Because of that, the
defaultValue
type cannot be statically defined, as it is derived from the dynamic configuration.Edit grids are essentially always 'multiple: true', so this property does not apply to this component type either.