Skip to content

Commit 155deba

Browse files
committed
[reference][forms] Fixing bad default value - closes #894
1 parent 444dccf commit 155deba

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

reference/forms/types/collection.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@ Not all options are listed here - only the most applicable to this type:
322322

323323
.. include:: /reference/forms/types/options/label.rst.inc
324324

325-
.. include:: /reference/forms/types/options/error_bubbling.rst.inc
325+
error_bubbling
326+
~~~~~~~~~~~~~~
327+
328+
**type**: ``Boolean`` **default**: ``true``
329+
330+
.. include:: /reference/forms/types/options/_error_bubbling_body.rst.inc
326331

327332
.. include:: /reference/forms/types/options/by_reference.rst.inc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If true, any errors for this field will be passed to the parent field
2+
or form. For example, if set to true on a normal field, any errors for
3+
that field will be attached to the main form, not to the specific field.

reference/forms/types/options/error_bubbling.rst.inc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ error_bubbling
33

44
**type**: ``Boolean`` **default**: ``false``
55

6-
If true, any errors for this field will be passed to the parent field
7-
or form. For example, if set to true on a normal field, any errors for
8-
that field will be attached to the main form, not to the specific field.
6+
.. include:: /reference/forms/types/options/_error_bubbling_body.rst.inc

0 commit comments

Comments
 (0)