Skip to content

Commit

Permalink
Fixed #38 - Cannot delete date from calendar once it's selected
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 21, 2019
1 parent 5c04baf commit 594484c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,7 @@ export default {
}
catch(err) {
//invalid date
$vm.updateModel(val);
}
},
focus: event => {
Expand Down

0 comments on commit 594484c

Please sign in to comment.