Skip to content

Commit a772aa3

Browse files
fix: remove trim modifier from submit
1 parent ef5bec4 commit a772aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/SearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defineExpose({
3737

3838
<template>
3939
<search class="w-full @container">
40-
<form method="GET" action="/search" class="relative" @submit.prevent.trim="handleSubmit">
40+
<form method="GET" action="/search" class="relative" @submit.prevent="handleSubmit">
4141
<label for="home-search" class="sr-only">
4242
{{ $t('search.label') }}
4343
</label>

0 commit comments

Comments
 (0)