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 @@ -581,10 +581,10 @@ the correct values of a number of field options.
581581 field ``nullable ``). This is very useful, as your client-side validation will
582582 automatically match your validation rules.
583583
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).
584+ ``maxlength ``
585+ If the field is some sort of text field, then the ``maxlength `` option attribute
586+ can be guessed from the validation constraints (if ``Length `` or ``Range `` is used)
587+ or from the Doctrine metadata (via the field's length).
588588
589589.. caution ::
590590
You can’t perform that action at this time.
0 commit comments