summaryrefslogtreecommitdiff
path: root/src/components/Global/Search.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/Search.vue')
-rw-r--r--src/components/Global/Search.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Global/Search.vue b/src/components/Global/Search.vue
index d472c0c9..6029f4b7 100644
--- a/src/components/Global/Search.vue
+++ b/src/components/Global/Search.vue
@@ -3,7 +3,7 @@
<b-form-group
:label="$t('global.form.search')"
:label-for="`searchInput-${_uid}`"
- label-sr-only
+ label-class="invisible"
class="mb-2"
>
<b-input-group size="md" class="align-items-center">
@@ -16,6 +16,7 @@
v-model="filter"
class="search-input"
type="text"
+ :aria-label="$t('global.form.search')"
:placeholder="placeholder"
@input="onChangeInput"
>