feature(searchbar input focus): when clicking on the magnifying glass next to the searchbar, the input field of the searchbar is focused

This commit is contained in:
SimonGschnell
2025-08-27 10:50:31 +02:00
parent 755071d65a
commit 1044d09f3a
+1 -1
View File
@@ -87,7 +87,7 @@ export default {
class="h-100 input-group me-2 searchbar_searchbox"
:class="showresult ? 'open' : 'closed'"
>
<span class="input-group-text">
<span class="input-group-text" type="button" @click="$refs.input.focus()">
<i class="fa-solid fa-magnifying-glass"></i>
</span>
<input