Array (list of objects)
Overview
children: { fields: FieldConfig[] },
type: InputType.Array,Interface
interface FieldConfig {
key: string;
type: InputType.Array;
children: { fields: FieldConfig[] };
label?: string;
isDisabled?: boolean;
isRequired?: boolean;
defaultValue?: any;
}Example
Example Output
Last updated
Was this helpful?