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 2132056 commit f76cf24Copy full SHA for f76cf24
src/Autocomplete/doc/index.rst
@@ -33,14 +33,9 @@ needed if you're using AssetMapper):
33
Usage in a Form (without Ajax)
34
------------------------------
35
36
-Any ``ChoiceType`` or ``EntityType`` can be transformed into a
37
-Tom Select-powered UI control by adding the ``autocomplete`` option.
38
-
39
-In a new project you may need to install `Symfony Form`_:
40
41
-.. code-block:: terminal
42
43
- $ composer require symfony/form
+If you're using `Symfony Form`_ any ``ChoiceType`` or ``EntityType`` can be
+transformed into a Tom Select-powered UI control by adding the ``autocomplete``
+option:
44
45
.. code-block:: diff
46
0 commit comments