Skip to content

Is nested groups allowed? #3050

@keasy9

Description

@keasy9

Is nested groups allowed? I didn't find a word about this in the documentation.

And when I tried this:

Group::make([
    Group::make([
        Input::make('data.test1'),
        Input::make('data.test2'),
    ]),
    Group::make([
        Input::make('data.test3'),
        Input::make('data.test4'),
    ])
]),

got error "Undefined array key "name""

Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions