fix: redirects user on selection

This commit is contained in:
2025-07-06 09:31:47 -05:00
parent eafcf3fcb1
commit 023b1b7844
3 changed files with 8 additions and 5 deletions

View File

@@ -2,8 +2,7 @@
<div class="relative">
<form id="search" action="{{ path('app_search') }}">
<select
{{ stimulus_controller('symfony/ux-autocomplete/autocomplete', {url: path('app_test'), create: false, highlight: false}) }}
{{ stimulus_controller('search_bar') }}
{{ stimulus_controller('search_bar')|stimulus_controller('symfony/ux-autocomplete/autocomplete', {url: path('app_test'), create: false, highlight: false}) }}
name="term"
class="w-full bg-orange-500 rounded-md bg-clip-padding backdrop-filter
backdrop-blur-md bg-opacity-40 placeholder:text-slate-200 text-gray-50