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