Merge pull request #6182 from Payn/master

fix: InputOtp - allow NumpadEnter event
pull/6161/head^2
Tuğçe Küçükoğlu 2024-08-21 13:59:11 +03:00 committed by GitHub
commit 86a29ec699
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: