Skip to content

Commit

Permalink
New event emit on hide datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
rw4lll committed Sep 5, 2018
1 parent 26e4043 commit b1cfe5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/sutochno-datepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sutochno-datepicker.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
this.activeMonthIndex = 0;
this.clearSelection();
}
this.$parent.$emit('datePickerClosed', this.inputValue)
},
showDatepicker() {
Expand Down

0 comments on commit b1cfe5d

Please sign in to comment.