You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solve by giving the location you want the new fields to go to a unique id (eg <tbody id ="1">), then specify each name on each add fields link (eg form.add_nested_fields_link :obj, data: { insert_into: "1" }).
I am using nested_fields_for in a partial page and the partial page is being used twice in the same main page.
"add_nested_fields_link" is working fine for the rendered first partial page but not for the second one.
The text was updated successfully, but these errors were encountered: