Skip to content

Commit 7f6a847

Browse files
committed
Fix select items
1 parent 25eba84 commit 7f6a847

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/components/FilterItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const onFilterChanged = async (val) => {
2020
return-object
2121
clearable
2222
density="comfortable"
23+
inputmode="none"
2324
>
2425
<template v-slot:selection="{ item }" v-if="field === 'status'">
2526
<StatusItem :status="item" :statuses="settings.statuses" statusPresentation="icon_text" />

frontend/src/components/SortItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const onChanged = async (val) => {
2323
return-object
2424
clearable
2525
density="comfortable"
26+
inputmode="none"
2627
hide-details
2728
></v-select>
2829
</v-col>

0 commit comments

Comments
 (0)