We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d64e commit ab792afCopy full SHA for ab792af
app/components/layout/SearchBar.vue
@@ -51,7 +51,7 @@ const isFetched = computed(() => fetchStatus.value === 'success' || fetchStatus.
51
icon="i-heroicons-magnifying-glass-20-solid"
52
autocomplete="off"
53
class="relative w-64 text-base"
54
- @focus="isSearchBarOpen = true"
+ @focus.prevent="isSearchBarOpen = true"
55
>
56
<template #trailing>
57
<UButton
0 commit comments