We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6289d37 commit 68ea028Copy full SHA for 68ea028
reference/forms/types/options/duplicate_preferred_choices.rst.inc
@@ -3,10 +3,9 @@
3
4
**type**: ``boolean`` **default**: ``true``
5
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.
+When using the ``preferred_choices`` option, those preferred choices are displayed
+twice by default: at the top of the list and in the full list below. Set this
+option to ``false``, to only display preferred choices at the top of the list::
10
11
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
12
// ...
0 commit comments