Skip to content

Commit 5cf25a2

Browse files
tksumanth1994apertureless
authored andcommitted
fix: prevent toggleButton from getting called on input enter (#23)
Closes #21
1 parent 1034bbf commit 5cf25a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PasswordStrengthMeter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
v-if="toggle"
2727
class="Password__toggle">
2828
<button
29+
type="button"
2930
class="btn-clean"
3031
:aria-label="showPasswordLabel"
3132
@click.prevent="togglePassword()">

0 commit comments

Comments
 (0)