Skip to content

Commit

Permalink
InputOtp - allow NumpadEnter event
Browse files Browse the repository at this point in the history
  • Loading branch information
Payn authored Aug 5, 2024
1 parent 6e55ee9 commit 8b5936c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/primevue/src/inputotp/InputOtp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ export default {
break;
case 'Enter':
case 'Tab':
case 'NumpadEnter':
case 'Tab':
break;
default:
Expand Down

0 comments on commit 8b5936c

Please sign in to comment.