Commit 90c111a
committed
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 collection1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments