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
I added second level nested form and default index is incorrect, i have nested form for Question Model, and inside Question model I have nested form for Answer Model, Questions get correct index: 1, 2, 3 etc but Answers get incorrect ones.
I added second level nested form and default index is incorrect, i have nested form for Question Model, and inside Question model I have nested form for Answer Model, Questions get correct index: 1, 2, 3 etc but Answers get incorrect ones.
It shoud be: Question 1 - Answer 1, Answer 2, Answer 3, Question 2 - Answer 1, Answer 2, Answer 3
Instead:
On create:
it is: Question 1 - Answer 1, Answer 1, Answer 1, Question 2 - Answer 2, Answer 2, Answer 2
On update:
it is: Question 1 - Answer 1, Answer 2, Answer 3, Question 2 - Answer 2, Answer 2, Answer 2
The text was updated successfully, but these errors were encountered: