Skip to content

Commit

Permalink
fix(dateinput): Ignore keyup on Ctrl key
Browse files Browse the repository at this point in the history
  • Loading branch information
mst101 committed Apr 25, 2022
1 parent 67a9a1e commit 90f1f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DateInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export default {
if (
!this.typeable ||
[
'Control',
'Shift',
'Tab',
'ArrowUp',
Expand Down

0 comments on commit 90f1f41

Please sign in to comment.