File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ choices
6060The country type defaults the ``choices `` option to the whole list of countries.
6161The locale is used to translate the countries names.
6262
63+ .. caution ::
64+
65+ If you want to override the built-in choices of the country type, you
66+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
67+ so is deprecated since Symfony 3.3.
68+
6369Inherited Options
6470-----------------
6571
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ choices
5151
5252The choices option defaults to all currencies.
5353
54+ .. caution ::
55+
56+ If you want to override the built-in choices of the currency type, you
57+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
58+ so is deprecated since Symfony 3.3.
59+
5460Inherited Options
5561-----------------
5662
Original file line number Diff line number Diff line change @@ -61,6 +61,12 @@ choices
6161The choices option defaults to all languages.
6262The default locale is used to translate the languages names.
6363
64+ .. caution ::
65+
66+ If you want to override the built-in choices of the language type, you
67+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
68+ so is deprecated since Symfony 3.3.
69+
6470Inherited Options
6571-----------------
6672
Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ choices
6363The choices option defaults to all locales. It uses the default locale to
6464specify the language.
6565
66+ .. caution ::
67+
68+ If you want to override the built-in choices of the locale type, you
69+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
70+ so is deprecated since Symfony 3.3.
71+
6672Inherited Options
6773-----------------
6874
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ choices
5656The Timezone type defaults the choices to all timezones returned by
5757:phpmethod: `DateTimeZone::listIdentifiers `, broken down by continent.
5858
59+ .. caution ::
60+
61+ If you want to override the built-in choices of the timezone type, you
62+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
63+ so is deprecated since Symfony 3.3.
64+
5965Inherited Options
6066-----------------
6167
You can’t perform that action at this time.
0 commit comments