Skip to content

Commit

Permalink
fix: prevent toggleButton from getting called on input enter (#23)
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
tksumanth1994 authored and apertureless committed Aug 29, 2018
1 parent 1034bbf commit 5cf25a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PasswordStrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
v-if="toggle"
class="Password__toggle">
<button
type="button"
class="btn-clean"
:aria-label="showPasswordLabel"
@click.prevent="togglePassword()">
Expand Down

0 comments on commit 5cf25a2

Please sign in to comment.