Merge pull request #5560 from melloware/patch-2
Fix #5508: InputNumber allow AZERTY keyboardspull/5617/head
commit
5208539f0c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue