OptionaladdButton label to add another item.
OptionalclearIf the value of this field should be cleared when it is conditionally hidden.
Nested components inside the group.
OptionalconditionalDynamically determines if the component is visible/available.
OptionaldefaultThe default value of this compoennt.
OptionaldescriptionControl whether any rows can be added or removed.
Label for an individual item, interpolated with the index of each item.
OptionalhiddenDetermines if the component should be within the form, but not visible. This can be overridden with the conditionals.
OptionalhideOptionalisThe 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.
OptionalopenOptionalremoveButton label to remove a single item.
OptionalsaveButton label to save/confirm a single item.
OptionaltooltipOptionalvalidate
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
defaultValuetype 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.