Hi,
When I have opened the monthview and click on a date to open the dayview of this date, the selectedDate property is not updated.
So I have a scheduler like this: ejs-schedule ref="scheduleObj" :event-settings="eventSettings">
And I try to get the selectedDate: this.$refs.scheduleObj.selectedDate
I get the old date, when I switch a day further or back I get the correct date.
How can we fix this?