telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

TimePicker with Min/Max Range Unset With Initial Selected Value #7985

Open PMcDonough11 opened 5 days ago

PMcDonough11 commented 5 days ago

Bug report

When trying to select a value from the modern Kendo UI TimePicker configured with Max and Min ranges, the currently selected value of the TimePicker is not updated.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Open the TimePicker - notice it's at 9:00
  3. Click Set
  4. Value is set to 00:00.

Expected/desired behavior

The value should be set upon initial selection.

Potential Workarounds

Environment

sspasova commented 2 days ago

Might be related to this bug -> https://github.com/telerik/kendo-ui-core/issues/7965