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
[#1920] Modifying the fix to form_collection - previous we were counting the children, which included the child elements *and* the single "Add a tag" link. Subtracting 1 was correct, but wasn't clear. Counting the number of actual form elements is more straightforward, and then we don't need to subtract 1.
0 commit comments