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 8a47176 commit 6e9bf0bCopy full SHA for 6e9bf0b
form/direct_submit.rst
@@ -90,10 +90,10 @@ method, pass the submitted data directly to
90
91
.. caution::
92
93
- When the second parameter ``$clearMissing`` is ``false``, like with "PATCH"
94
- method, the validation extension will only handle the submitted fields. If
95
- the underlying data needs to be validated, this should be done manually,
96
- i.e using the validator.
+ When the second parameter ``$clearMissing`` is ``false``, like with the
+ "PATCH" method, the validation extension will only handle the submitted
+ fields. If the underlying data needs to be validated, this should be done
+ manually, i.e using the validator.
97
98
.. _form-submit-request:
99
0 commit comments