Field Array
The Field Array component displays form inputs based on a data array. It requires a Looper component to generate the data array and an input control such as a Select component, which will populate based on the data array.
The Field Array component is used as a form component and must be placed within a Form Block.
Properties
Name | Type | Default | Description |
---|---|---|---|
name | string | Specifies the name of the component. | |
validateOnChange | bool | false | If true, validates the data when a change occurs. |