Merge pull request #5560 from melloware/patch-2

Fix #5508: InputNumber allow AZERTY keyboards
pull/5617/head
Tuğçe Küçükoğlu 2024-04-19 11:44:40 +03:00 committed by GitHub
commit 5208539f0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ export default {
return;
}
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
if (event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
return;