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 4e85d2b commit e050e04Copy full SHA for e050e04
book/forms.rst
@@ -523,7 +523,7 @@ the correct values of a number of field options.
523
And though you'll need to manually add your server-side validation, these
524
field type options can then be guessed from that information.
525
526
-* ``required``: The ``required`` option can be guessed based off of the validation
+* ``required``: The ``required`` option can be guessed based on the validation
527
rules (i.e. is the field ``NotBlank`` or ``NotNull``) or the Doctrine metadata
528
(i.e. is the field ``nullable``). This is very useful, as your client-side
529
validation will automatically match your validation rules.
0 commit comments