mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #5602
This commit is contained in:
parent
1bdaf73576
commit
260fc88c02
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ export default {
|
|||
|
||||
if (event.altKey || event.ctrlKey || event.metaKey) {
|
||||
this.isSpecialChar = true;
|
||||
this.lastValue = this.$refs.input.$el.value;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue