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.
1 parent c588f8e commit b7b0ef0Copy full SHA for b7b0ef0
book/forms.rst
@@ -573,8 +573,9 @@ the correct values of a number of field options.
573
validation will automatically match your validation rules.
574
575
* ``max_length``: If the field is some sort of text field, then the ``max_length``
576
- option can be guessed from the validation constraints (if ``MaxLength`` or ``Max``
577
- is used) or from the Doctrine metadata (via the field's length).
+ option can be guessed from the validation constraints (if ``Length`` or
+ ``MaxLength`` or ``Max`` is used) or from the Doctrine metadata (via the
578
+ field's length).
579
580
.. note::
581
0 commit comments