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 163ad78 commit e63a16fCopy full SHA for e63a16f
reference/forms/types/options/_error_bubbling_hint.rst
@@ -1,6 +1,6 @@
1
.. tip::
2
3
-By default the :doc:`collection Field Type </reference/forms/types/collection>` has enabled the option ``error_bubbling``
4
-which passes the errors to the parent form. If you want to attach the errors
5
-to the locations where they actually occure you have to set ``error_bubbling``
6
-to ``false``.
+ By default the ``error_bubbling`` option is enabled for the
+ :doc:`collection Field Type </reference/forms/types/collection>` which passes the errors to the parent form.
+ If you want to attach the errors to the locations where they
+ actually occure you have to set ``error_bubbling`` to ``false``.
0 commit comments