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
minor #13452 Fix count input on form collection (matthieumota)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes#13452).
Discussion
----------
Fix count input on form collection
On documentation, ```:input``` is used to find all input on collection and guess how many items collection contains. But ```:input``` select the button to add item on collection. So it add an item by error.
It cause error for instance with error mapping (Because it generate 1, 2, 3 instead of 0, 1, 2). We know it is our responsibility to check that as dev but it can help new developer to better apprehend Collection Type.
Commits
-------
9c760d4 Fix count input on form collection
0 commit comments