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 f49d24b commit 14f8a9cCopy full SHA for 14f8a9c
form/without_class.rst
@@ -112,3 +112,9 @@ but here's a short example::
112
If the form is not mapped to an object, every object in your array of
113
submitted data is validated using the ``Symfony\Component\Validator\Constraints\Valid``
114
constraint, unless you :doc:`disable validation </form/disabling_validation>`.
115
+
116
+.. caution::
117
118
+ If a form is not submitted with the request (for example, when a form
119
+ is only partially submitted in a HTTP PATCH request), its validation
120
+ constraints will be ignored.
0 commit comments