You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theCalendarTime.vue
level.The text was updated successfully, but these errors were encountered: