Skip to content

Commit

Permalink
fix: disable autofocus by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 10, 2024
1 parent 4c421c0 commit aab1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchFormControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const props = defineProps({
*/
autofocus: {
type: Boolean,
default: true
default: false
},
/**
* Round the border of the input
Expand Down

0 comments on commit aab1630

Please sign in to comment.