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 db5aa6f commit 76070c1Copy full SHA for 76070c1
1 file changed
app/pages/index.vue
@@ -89,7 +89,7 @@ defineOgImageComponent('Default', {
89
no-correct
90
size="large"
91
class="w-full ps-8 pe-24"
92
- aria-describedby="instant-search-advisory"
+ :aria-describedby="settings.instantSearch ? 'instant-search-advisory' : undefined"
93
@focus="isSearchFocused = true"
94
@blur="isSearchFocused = false"
95
/>
0 commit comments