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 20a7cf9 + 00a67ea commit 397c70aCopy full SHA for 397c70a
components/form.rst
@@ -763,8 +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
767
-be called after testing whether the form is valid.
+Because clearing the errors makes the form valid,
+:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors`
768
+should only be called after testing whether the form is valid.
769
770
Learn more
771
----------
0 commit comments