Skip to content

Commit 3ac2c46

Browse files
committed
minor #2640 [Autocomplete] Add EnumType precision (Huluti)
This PR was merged into the 2.x branch. Discussion ---------- [Autocomplete] Add EnumType precision | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- d0805f5 Add EnumType precision
2 parents 5b649b7 + d0805f5 commit 3ac2c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Autocomplete <select>
22
=====================
33

4-
Transform your ``EntityType``, ``ChoiceType`` or *any* ``<select>`` element
4+
Transform your ``EntityType``, ``ChoiceType``, ``EnumType`` or *any* ``<select>`` element
55
into an Ajax-powered autocomplete smart UI control (leveraging `Tom Select`_):
66

77
.. image:: ux-autocomplete-animation.gif

0 commit comments

Comments
 (0)