File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -568,10 +568,10 @@ the correct values of a number of field options.
568568 field ``nullable ``). This is very useful, as your client-side validation will
569569 automatically match your validation rules.
570570
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).
571+ ``maxlength ``
572+ If the field is some sort of text field, then the ``maxlength `` option attribute
573+ can be guessed from the validation constraints (if ``Length `` or ``Range `` is used)
574+ or from the Doctrine metadata (via the field's length).
575575
576576.. caution ::
577577
You can’t perform that action at this time.
0 commit comments