Skip to main content

Group

A group can regroup multiple sub fields, it works as a section but the group name will not prefix his sub fields name

{
"person": {
"type": "group",
"properties": {
"first_name": {
"label": "First name",
"component": "text"
}
}
}
}

This example will generate an object that will looks like this : { first_name: "value" }

Storybook Examples

Simple Groups#

Simple Group With Visible Condition#

Simple Group With Properties Order#