We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28877 commit da21529Copy full SHA for da21529
src/Frontend/src/components/FilterInput.vue
@@ -17,7 +17,7 @@ watch(localInput, (newValue) => {
17
18
<template>
19
<div role="search" aria-label="filter" class="filter-input">
20
- <input type="search" :placeholder="props.placeholder" :aria-label="ariaLabel" class="form-control-static filter-input" v-model="localInput" />
+ <input type="search" :placeholder="props.placeholder" :aria-label="props.ariaLabel" class="form-control-static filter-input" v-model="localInput" />
21
</div>
22
</template>
23
0 commit comments