Fix keypress events on mobile
This commit is contained in:
parent
3a5182142e
commit
bbc4baee48
@ -134,6 +134,7 @@ export default {
|
|||||||
name="searchBar"
|
name="searchBar"
|
||||||
:placeholder="$t('main.search')"
|
:placeholder="$t('main.search')"
|
||||||
v-model="filterTags"
|
v-model="filterTags"
|
||||||
|
@keypress="filterSearches(filterTags)"
|
||||||
@keyup="filterSearches(filterTags)"
|
@keyup="filterSearches(filterTags)"
|
||||||
class="rounded-md p-1 pl-8 text-black bg-neutral-500 placeholder:text-white"
|
class="rounded-md p-1 pl-8 text-black bg-neutral-500 placeholder:text-white"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user