mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update InputNumber.vue
This commit is contained in:
parent
8365a30f5b
commit
84bbb33045
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
|
if (event.altKey || event.ctrlKey || event.metaKey) {
|
||||||
this.isSpecialChar = true;
|
this.isSpecialChar = true;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue