contributte / forms-multiplier

:repeat: Form multiplier & replicator for Nette Framework
https://contributte.org/packages/contributte/forms-multiplier.html
MIT License
26 stars 21 forks source link

Group name #10

Closed BigOHenry closed 7 years ago

BigOHenry commented 7 years ago

Hello, in the Multiplier container there is no group name set in the form with: $form->addGroup('GroupName');

So in the template when i call this: $control->getCurrentGroup()->getOption('label'); i get error there is no group option.

Is any way to add this feature?

Thank you :)

MartkCz commented 7 years ago

Can you try dev-master, please? I do not know if I understood it

BigOHenry commented 7 years ago

Yeah, thats it. Works great. Thank you :-)