On date range selection CalendarTime component does not update
Opened this issue · 1 comments
d0hn commented
What is the bug behaviour?
When selecting date ranges from the open calendar instance, the time does not update to reflect the correct value from the selected date range. The time does update in the footer of the calender instance and has correct output.
Expected behaviour
When selecting one of the date ranges, the time components should update to the matching values from within the selection.
Proposed solution
Add watchers to the currentTime
prop at the CalendarTime.vue
level.