We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25eba84 commit 7f6a847Copy full SHA for 7f6a847
2 files changed
frontend/src/components/FilterItem.vue
@@ -20,6 +20,7 @@ const onFilterChanged = async (val) => {
20
return-object
21
clearable
22
density="comfortable"
23
+ inputmode="none"
24
>
25
<template v-slot:selection="{ item }" v-if="field === 'status'">
26
<StatusItem :status="item" :statuses="settings.statuses" statusPresentation="icon_text" />
frontend/src/components/SortItem.vue
@@ -23,6 +23,7 @@ const onChanged = async (val) => {
27
hide-details
28
></v-select>
29
</v-col>
0 commit comments