Skip to content

Commit 68ea028

Browse files
committed
Tweaks
1 parent 6289d37 commit 68ea028

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33

44
**type**: ``boolean`` **default**: ``true``
55

6-
When using the ``preferred_choices`` option, the selected choices are displayed
7-
twice by default: at the top of your list and in the complete list. You can
8-
change this behavior: when setting this option to ``false``, preferred choices
9-
will only be displayed at the top of the list.
6+
When using the ``preferred_choices`` option, those preferred choices are displayed
7+
twice by default: at the top of the list and in the full list below. Set this
8+
option to ``false``, to only display preferred choices at the top of the list::
109

1110
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
1211
// ...

0 commit comments

Comments
 (0)