@@ -46,10 +46,6 @@ at that date:
4646In the previous example, the list of currences won't include items like the
4747Slovenian Tolar, which stopped being used on January 14, 2007.
4848
49- .. versionadded :: 7.4 
50- 
51-     The ``active_at `` option was introduced in Symfony 7.4.
52- 
5349``choices ``
5450~~~~~~~~~~~ 
5551
@@ -63,12 +59,6 @@ the moment of creating the form type.
6359    If you want to override the built-in choices of the currency type, you
6460    will also have to set the ``choice_loader `` option to ``null ``.
6561
66- .. versionadded :: 7.4 
67- 
68-     The default value of ``choices `` changed in Symfony 7.4. In previous versions,
69-     this option contained all currencies, including those that were no longer legal
70-     tender in their countries.
71- 
7262.. include :: /reference/forms/types/options/choice_translation_domain_disabled.rst.inc 
7363
7464.. include :: /reference/forms/types/options/invalid_message.rst.inc 
@@ -82,10 +72,6 @@ Set this option to ``false`` to only display the currencies that are no longer
8272`legal tender `_ in their countries. Set it to ``null `` to include all curencies,
8373regardless of their legal tender status.
8474
85- .. versionadded :: 7.4 
86- 
87-     The ``legal_tender `` option was introduced in Symfony 7.4.
88- 
8975.. include :: /reference/forms/types/options/choice_translation_domain.rst.inc 
9076
9177``not_active_at ``
@@ -105,10 +91,6 @@ This option allows you to show only the currencies that are inactive at that dat
10591In the previous example, the list of currencies will include items like the
10692Slovenian Tolar, which stopped being used on January 14, 2007.
10793
108- .. versionadded :: 7.4 
109- 
110-     The ``not_active_at `` option was introduced in Symfony 7.4.
111- 
11294Inherited Options
11395----------------- 
11496
0 commit comments