InputOtp - allow NumpadEnter event

pull/6182/head
Payn 2024-08-05 08:20:55 +02:00 committed by GitHub
parent 6e55ee9514
commit 8b5936caf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ export default {
break;
case 'Enter':
case 'Tab':
case 'NumpadEnter':
case 'Tab':
break;
default: