Update InputNumber.vue
parent
71db0aea00
commit
1d7ed1598b
|
@ -376,7 +376,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
if (event.shiftKey || event.altKey) {
|
||||
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
|
||||
this.isSpecialChar = true;
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue