clear the selected date
roy126 opened this issue · 1 comments
roy126 commented
nkostadinov commented
You are using wrong props for the v-model. They are startDate and endDate and you clear them like this:
this.dateRange.startDate = null
this.dateRange.endDate = null