kendo-react
kendo-react copied to clipboard
[Regression][Scheduler] currentTimeMarker is not enabled by default after version 7
I'm submitting a...
- Regression report
Current behavior
The current time marker does not appear by default and requires setting the currentTimeMarker prop to true. This is the case after version 7 of KendoReact.
<WeekView currentTimeMarker={true} />
Expected behavior
The current time marker is displayed by default, as documented in the documentation: https://www.telerik.com/kendo-react-ui/components/scheduler/views/day/#toc-current-time-marker
Minimal reproduction of the problem with instructions
Open any Scheduler example, press the Today button, and search for the time marker (red line) that tells you what the current time is. It will not appear unless you set the currentTimeMarker prop to true.
Ticket ID: 1650812