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 f2b6977 commit 27e714eCopy full SHA for 27e714e
components/form.rst
@@ -763,7 +763,9 @@ method. This is useful when you'd like to validate the form without showing
763
validation errors to the user (i.e. during a partial AJAX submission or
764
:doc:`dynamic form modification </form/dynamic_form_modification>`).
765
766
-Because clearing the errors makes the form valid, ``clearErrors()`` should only
+Because clearing the errors makes the form valid,
767
+:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors` should only
768
+
769
be called after testing whether the form is valid.
770
771
Learn more
0 commit comments