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
142
142
Grouping Options
143
143
----------------
144
144
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> ``
146
146
by passing a multi-dimensional ``choices `` array::
147
147
148
148
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
Original file line number Diff line number Diff line change 6
6
7
7
**type**: ``array``, ``callable`` or ``string`` **default**: ``null``
8
8
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
11
11
:ref:`Grouping Options <form-choices-simple-grouping>` section about that.
12
12
13
13
The ``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