Skip to content

Commit 483d174

Browse files
committed
fix(BaseSearchInput): remove autofocus
See: FE-92
1 parent 5daef26 commit 483d174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/layers/base/app/components/BaseSearchInput.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const handleClickOutside = (e: PointerDownOutsideEvent) => {
8282
ref="search-input"
8383
v-model.trim="input"
8484
type="search"
85-
auto-focus
8685
:aria-busy="isLoading"
8786
:placeholder
8887
class="search-input w-full text-2xl font-semibold rounded-3xl pt-3xl pr-5xl pb-6xl pl-2xl dark:bg-gray-950

0 commit comments

Comments
 (0)