Skip to content

Commit

Permalink
Fixed #143 - Calendar manual input fails
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 20, 2020
1 parent 172f0a3 commit e6a126d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,8 @@ export default {
$vm.$emit('blur', event);
},
keydown: event => {
$vm.isKeydown = true;
switch (event.which) {
//escape
case 27: {
Expand Down

0 comments on commit e6a126d

Please sign in to comment.