Skip to content

Commit

Permalink
Fixed #5602
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 25, 2024
1 parent 1bdaf73 commit 260fc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/inputnumber/InputNumber.vue
Expand Up @@ -380,6 +380,7 @@ export default {
if (event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
this.lastValue = this.$refs.input.$el.value;
return;
}
Expand Down

0 comments on commit 260fc88

Please sign in to comment.