8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4 8000 e58220 + 1915270 commit cff2ee2Copy full SHA for cff2ee2
forms.rst
@@ -581,10 +581,10 @@ the correct values of a number of field options.
581
field ``nullable``). This is very useful, as your client-side validation will
582
automatically match your validation rules.
583
584
-``max_length``
585
- If the field is some sort of text field, then the ``max_length`` option can be
586
- guessed from the validation constraints (if ``Length`` or ``Range`` is used) or
587
- from the Doctrine metadata (via the field's length).
+``maxlength``
+ If the field is some sort of text field, then the ``maxlength`` option attribute
+ can be guessed from the validation constraints (if ``Length`` or ``Range`` is used)
+ or from the Doctrine metadata (via the field's length).
588
589
.. caution::
590
0 commit comments