We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6afe8 commit f02815eCopy full SHA for f02815e
forms.rst
@@ -568,10 +568,10 @@ the correct values of a number of field options.
568
field ``nullable``). This is very useful, as your client-side validation will
569
automatically match your validation rules.
570
571
-``max_length``
572
- If the field is some sort of text field, then the ``max_length`` option can be
573
- guessed from the validation constraints (if ``Length`` or ``Range`` is used) or
574
- 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).
575
576
.. caution::
577
0 commit comments