ryanb / nested_form

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

Limit how many nested_attributes can be added? #370

Open Rubioli opened 8 years ago

Rubioli commented 8 years ago

I have nested attributes in my form. I want to limit it to 4. I tried to follow this instruction with no luck: Limit-max-count-of-nested-fields

Is it any other solutions I can follow?

Thanks in advanced

Ashviniv commented 7 years ago

@Rubioli Can you please share your code? . Just want to know why Limit-max-count-of-nested-fields is not working. Because it seems to be correct. Not actually tried. But still I would like to help you.