Emit event on input from date selector so parent element can respond
This commit is contained in:
@@ -44,10 +44,6 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
mounted: function() {
|
||||
this.$root.$on('field-change', this.handleDateChange)
|
||||
},
|
||||
|
||||
methods: {
|
||||
handleDateChange: function(event) {
|
||||
if (event.name.includes(START_DATE)) {
|
||||
|
Reference in New Issue
Block a user