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
conditionalDetermines when this component should be added to the form for both processing and input.
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
isOptional
openOptional
removeButton label to remove a single item.
Optional
saveButton label to save/confirm a single item.
Optional
tooltipOptional
validateGenerated using TypeDoc
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.
Todo
There are probably a bunch of properties used in the SDK that are not exposed in the form builder -> add them when we know what they are!