Skip to content

Commit 01bb29e

Browse files
committed
Fixing mishandling (sorry)
1 parent 6528501 commit 01bb29e

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

reference/forms/types/country.rst

+28-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,34 @@ you should just use the ``choice`` type directly.
4545
Overridden Options
4646
------------------
4747

48-
choicesttes/options/required.rst.inc
48+
choices
49+
~~~~~~~
50+
51+
**default**: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames()``
52+
53+
The country type defaults the ``choices`` option to the whole list of countries.
54+
The locale is used to translate the countries names.
55+
56+
Inherited options
57+
-----------------
58+
59+
These options inherit from the :doc:`choice</reference/forms/types/choice>` type:
60+
61+
.. include:: /reference/forms/types/options/multiple.rst.inc
62+
63+
.. include:: /reference/forms/types/options/expanded.rst.inc
64+
65+
.. include:: /reference/forms/types/options/preferred_choices.rst.inc
66+
67+
.. include:: /reference/forms/types/options/empty_value.rst.inc
68+
69+
.. include:: /reference/forms/types/options/error_bubbling.rst.inc
70+
71+
.. include:: /reference/forms/types/options/error_mapping.rst.inc
72+
73+
These options inherit from the :doc:`date</reference/forms/types/form>` type:
74+
75+
.. include:: /reference/forms/types/options/required.rst.inc
4976

5077
.. include:: /reference/forms/types/options/label.rst.inc
5178

0 commit comments

Comments
 (0)