ryanb / nested_form

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

bug fix: error An invalid form control for link_to_remove #366

Open shingo-nakanishi opened 8 years ago

shingo-nakanishi commented 8 years ago

bug fix: Because removeFields did not remove the required attribute, submit button not work(error: An invalid form control with name='' is not focusable).