Skip to content

Commit 022c67e

Browse files
committed
fix: add hidden search button
1 parent 0dc7220 commit 022c67e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ onKeyStroke(',', e => {
9393
@focus="isSearchFocused = true"
9494
@blur="isSearchFocused = false"
9595
/>
96+
<button type="submit" class="sr-only">{{ $t('search.button') }}</button>
9697
</div>
9798
</div>
9899
</form>

0 commit comments

Comments
 (0)