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 97862fe commit cd194e9Copy full SHA for cd194e9
components/form.rst
@@ -763,10 +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,
767
-:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors` should only
768
-
769
-be called after testing whether the form is valid.
+Because clearing the errors makes the form valid,
+:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors`
+should only be called after testing whether the form is valid.
770
771
Learn more
772
----------
0 commit comments