File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ text that's shown to the user. But that can be completely customized via the
142142Grouping Options
143143----------------
144144
145- You can easily group the ``<option>``s of a ``<select> `` into ``<optgroup>``s
145+ You can group the ``<option> `` elements of a ``<select> `` into ``<optgroup> ``
146146by passing a multi-dimensional ``choices `` array::
147147
148148 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
Original file line number Diff line number Diff line change 66
77**type**: ``array``, ``callable`` or ``string`` **default**: ``null``
88
9- You can easily group the ``<option>``s of a ``<select>`` into ``<optgroup>``s,
10- simply by passing a multi-dimensional array to ``choices``. See the
9+ You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
10+ by passing a multi-dimensional array to ``choices``. See the
1111:ref:`Grouping Options <form-choices-simple-grouping>` section about that.
1212
1313The ``group_by`` option is an alternative way to group choices, which gives you
You can’t perform that action at this time.
0 commit comments