formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Add setGroupAttributes #569

Closed dariusj18 closed 6 years ago

dariusj18 commented 6 years ago

There is a setAttributes function to allow you to add attributes to the form element, but nothing to allow you to add group attributes from an array.

claar commented 6 years ago

I believe ->onGroupSetAttributes($array) should work?

dariusj18 commented 6 years ago

Yes, that did work, I did not understand the magic.