ryanb / nested_form

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

Remove labels #362

Open Beengie opened 8 years ago

Beengie commented 8 years ago

There doesn't seem to ha a way to remove labels. label: false doesn't work along with label:"", yet modifying the label works label: "My New Label".