-
-
Notifications
You must be signed in to change notification settings - Fork 670
Closed
Labels
Description
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""
