Unplanned
Last Updated: 30 Jan 2023 16:29 by Victor
Victor
Created on: 30 Jan 2023 16:29
Category: Scheduler
Type: Bug Report
1
The date property of the Scheduler is not reactive

Describe the bug

The Scheduler's date property is not being updated reactively when the value of the data property passed to it is changed

To Reproduce
Steps to reproduce the behavior:

  1. Open this StackBlitz example
  2. Select a random value in the Calendar above the Scheduler
  3. The value of the schedulerDate variable is updated but the date inside the Scheduler is not changing

Expected behavior
The Scheduler's date should be updated when when the value of the schedulerDate variable is changed

0 comments