Hi guys,
I have a strange behavior of this control. When the value is null and when I use the Now button, the date part is wrong.
Steps:
1. Set value to null
2. Press the Now button .
3. Date 1.1.1980 (wrong date)
This only happens when the value is null and when I press the Now button. In all other situations we get what we expect.
We use null value because we want "hour:minute AM" instead of 12:00 AM. Also we don't want to use react wrappers, but native react components.
code:
https://stackblitz.com/edit/kendo-time-picker-bug?file=main.js