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 fe3a9ba commit c3695e4Copy full SHA for c3695e4
reference/forms/types/enum.rst
@@ -4,6 +4,10 @@
4
EnumType Field
5
==============
6
7
+.. versionadded:: 5.4
8
+
9
+ The ``EnumType`` form field was introduced in Symfony 5.4.
10
11
A multi-purpose field used to allow the user to "choose" one or more options
12
defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType </refernce/forms/types/enum>`
13
field and defines the same options.
0 commit comments