aboutsummaryrefslogtreecommitdiff
path: root/src/components/search_bar/search_bar.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-02-03 06:23:35 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-02-03 06:23:35 +0000
commit6f3acb3c1beeaf50675f55afe40911d5fb26f2bf (patch)
treeb78997b9d0cbbf56e0f3126d43f0a7f52947ab96 /src/components/search_bar/search_bar.vue
parent7d4c7e3b3fce5d16849e677703e17ea67da927c8 (diff)
parent982c799b6fde804018656212aea6128a6f0df928 (diff)
Merge branch 'fix-otp-login-kbd' into 'develop'
Fix #1033 as well as other (potential) similar issues Closes #1033 See merge request pleroma/pleroma-fe!1338
Diffstat (limited to 'src/components/search_bar/search_bar.vue')
-rw-r--r--src/components/search_bar/search_bar.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/search_bar/search_bar.vue b/src/components/search_bar/search_bar.vue
index 6cf9179e..a7432dcb 100644
--- a/src/components/search_bar/search_bar.vue
+++ b/src/components/search_bar/search_bar.vue
@@ -8,6 +8,7 @@
class="button-unstyled nav-icon"
:title="$t('nav.search')"
@click.prevent.stop="toggleHidden"
+ type="button"
>
<FAIcon
fixed-width
@@ -28,6 +29,7 @@
<button
class="button-default search-button"
@click="find(searchTerm)"
+ type="submit"
>
<FAIcon
fixed-width
@@ -37,6 +39,7 @@
<button
class="button-unstyled cancel-search"
@click.prevent.stop="toggleHidden"
+ type="button"
>
<FAIcon
fixed-width