Skip to content

Commit

Permalink
fix: #5362, Password: (accessiblility) resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayantony55 committed Mar 6, 2024
1 parent 6c4d108 commit 41f6281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/password/Password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export default {
onToggleMaskKeyDown(event) {
switch (event.code) {
case 'Enter':
case 'NumpadEnter':
case 'Space':
this.onMaskToggle();
event.preventDefault();
Expand Down

0 comments on commit 41f6281

Please sign in to comment.