vue2-daterange-picker icon indicating copy to clipboard operation
vue2-daterange-picker copied to clipboard

On date range selection CalendarTime component does not update

Open d0hn opened this issue 2 years ago • 1 comments

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.

d0hn avatar May 08 '22 12:05 d0hn

Mentioned in #304

d0hn avatar May 08 '22 12:05 d0hn