Fixed #143 - Calendar manual input fails

pull/160/head
cagataycivici 2020-01-20 13:27:50 +03:00
parent 172f0a395d
commit e6a126d4c8
1 changed files with 2 additions and 0 deletions

View File

@ -1914,6 +1914,8 @@ export default {
$vm.$emit('blur', event);
},
keydown: event => {
$vm.isKeydown = true;
switch (event.which) {
//escape
case 27: {