File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ option.
1818| | - ``multiple `` |
1919| | - ``expanded `` |
2020| | - ``preferred_choices `` |
21- | | - ``required `` |
22- | | - ``label `` |
23- | | - ``read_only `` |
2421| | - ``error_bubbling `` |
2522+-------------+-----------------------------------------------------------------------------+
23+ | Inherited | - ``required `` |
24+ | options | - ``label `` |
25+ | | - ``read_only `` |
26+ +-------------+-----------------------------------------------------------------------------+
2627| Parent type | :doc: `form</reference/forms/types/form> ` (if expanded), ``field `` otherwise |
2728+-------------+-----------------------------------------------------------------------------+
2829| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ ChoiceType ` |
@@ -98,10 +99,12 @@ Options
9899
99100.. include :: /reference/forms/types/options/preferred_choices.rst.inc
100101
102+ .. include :: /reference/forms/types/options/error_bubbling.rst.inc
103+
104+ .. include :: /reference/forms/types/options/inherit_expl.rst.inc
105+
101106.. include :: /reference/forms/types/options/required.rst.inc
102107
103108.. include :: /reference/forms/types/options/label.rst.inc
104109
105110.. include :: /reference/forms/types/options/read_only.rst.inc
106-
107- .. include :: /reference/forms/types/options/error_bubbling.rst.inc
You can’t perform that action at this time.
0 commit comments