Object
Overview
children: { fields: FieldConfig[] },
type: InputType.ObjectInterface
interface FieldConfig {
key: string;
type: InputType.Object;
children: { fields: FieldConfig[] };
label?: string;
isDisabled?: boolean;
isRequired?: boolean;
defaultValue?: any;
}Example
Example Output (form submission)
Last updated
Was this helpful?