Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 155deba

Browse filesBrowse files
committed
[reference][forms] Fixing bad default value - closes symfony#894
1 parent 444dccf commit 155deba
Copy full SHA for 155deba

File tree

Expand file treeCollapse file tree

3 files changed

+10
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+10
-4
lines changed

‎reference/forms/types/collection.rst

Copy file name to clipboardExpand all lines: reference/forms/types/collection.rst
+6-1Lines 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
+3Lines 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

Copy file name to clipboardExpand all lines: reference/forms/types/options/error_bubbling.rst.inc
+1-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.