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 950726d commit 723fe97Copy full SHA for 723fe97
src/Autocomplete/src/Resources/doc/index.rst
@@ -447,7 +447,7 @@ outside of the Form component. For example:
447
448
<select
449
name="food"
450
- {{ stimulus_controller('symfony/ux-autocomplete/autocomplete')
+ {{ stimulus_controller('symfony/ux-autocomplete/autocomplete') }}
451
>
452
453
That's it! If you want the options to be autocompleted via
@@ -460,7 +460,7 @@ a :ref:`custom autocompleter <custom-autocompleter>`:
460
461
{{ stimulus_controller('symfony/ux-autocomplete/autocomplete', {
462
url: path('ux_entity_autocomplete', { alias: 'food' })
463
- })
+ }) }}
464
465
466
.. _custom-autocomplete-endpoint:
0 commit comments