hotfix: added missing input field keybind prevention

This commit is contained in:
2025-07-27 14:37:50 +02:00
parent 4b842627fb
commit d7a9e93978
@@ -43,6 +43,8 @@
id="search-active-driver"
:placeholder="$t(`options.search-driver`)"
v-model="searchedDriver"
@focus="preventKeyDown = true"
@blur="preventKeyDown = false"
/>
<button class="btn btn--action search-exit" @click="onInputClear('driver')">