diff --git a/src/components/TrainsView/TrainOptions.vue b/src/components/TrainsView/TrainOptions.vue index 850c615..8805099 100644 --- a/src/components/TrainsView/TrainOptions.vue +++ b/src/components/TrainsView/TrainOptions.vue @@ -43,6 +43,8 @@ id="search-active-driver" :placeholder="$t(`options.search-driver`)" v-model="searchedDriver" + @focus="preventKeyDown = true" + @blur="preventKeyDown = false" />