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 deb3265 commit 5456359Copy full SHA for 5456359
reference/forms/types/options/preferred_choices.rst.inc
@@ -3,9 +3,9 @@ preferred_choices
3
4
**type**: ``array``, ``callable`` or ``string`` **default**: ``[]``
5
6
-This option allows you to move certain choices to the top of your list with a visual
7
-separator between them and the rest of the options. If you have a form of languages,
8
-you can list the most popular on top, like Bork Bork and Pirate::
+This option allows you to display certain choices at the top of your list with a
+visual separator between them and the complete list of options. If you have a
+form of languages, you can list the most popular on top, like Bork Bork and Pirate::
9
10
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
11
// ...
0 commit comments