Update InputNumber.vue

This commit is contained in:
Melloware 2024-04-10 07:43:44 -04:00 committed by GitHub
parent 8365a30f5b
commit 84bbb33045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;