File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -523,7 +523,7 @@ the correct values of a number of field options.
|
523 | 523 | And though you'll need to manually add your server-side validation, these
|
524 | 524 | field type options can then be guessed from that information.
|
525 | 525 |
|
526 |
| -* ``required``: The ``required`` option can be guessed based off of the validation |
| 526 | +* ``required``: The ``required`` option can be guessed based on the validation |
527 | 527 | rules (i.e. is the field ``NotBlank`` or ``NotNull``) or the Doctrine metadata
|
528 | 528 | (i.e. is the field ``nullable``). This is very useful, as your client-side
|
529 | 529 | validation will automatically match your validation rules.
|
|
You can’t perform that action at this time.
0 commit comments