Commit 1915270
committed
minor symfony#8130 [Form] Fix maxlength attribute (michaelperrin)
This PR was merged into the 2.7 branch.
Discussion
----------
[Form] Fix maxlength attribute
Surprisingly, some reminiscence of the very old Symfony `max_length` form option (deprecated since Symfony 2.5!) is still present on the forms documentation page (including for Symfony 3.3), despite symfony#3461 was merged and was already fixing it.
These was the only reminiscences, all other pages are up-to-date.
Commits
-------
f02815e Fix maxlength attribute for forms1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
0 commit comments