ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

Provide custom wrappers to fields_for #305

Open sandeepcisin241 opened 10 years ago

sandeepcisin241 commented 10 years ago

Currently we don't have the facility to have custom wrapper means if user wants the span wrapper or lets say p. So, from wrapper option user can pass the preferred wrapper. Instead passing nil , true or false.

As, Currently we don't have that facility. It would be good if we can add some flexibility in the gem.

thanhnha1103 commented 7 years ago

Is it available now ? How can we custom the wrapper class or element ?