Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 62c70a0 + e050e04 commit 30de3c8Copy full SHA for 30de3c8
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