From aab1630027fbfc68360f727480f08b70c88c4f67 Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Wed, 10 Jul 2024 14:58:58 +0000 Subject: [PATCH] fix: disable autofocus by default --- src/components/SearchFormControl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchFormControl.vue b/src/components/SearchFormControl.vue index e01733badd..a6629c0b8c 100644 --- a/src/components/SearchFormControl.vue +++ b/src/components/SearchFormControl.vue @@ -45,7 +45,7 @@ const props = defineProps({ */ autofocus: { type: Boolean, - default: true + default: false }, /** * Round the border of the input