Completed
Last Updated: 13 Nov 2023 13:14 by ADMIN
Release R3.2023-Increment.1(19.July.2023)
Huarui
Created on: 28 Jun 2023 15:02
Category: Date/Time Pickers
Type: Bug Report
0
DateTimePicker shows NaN when componentType is set to "modern" and a Date with intervals is passed to the min() method.

Bug report

Regression introduced with 2023.3.606

DateTimePicker shows NaN when componentType is set to "modern" and a Date with intervals is passed to the min() method.

Reproduction of the problem

  1. Open the following dojo.
  2. In the first picker change the time to 4:30 PM.
  3. In the second picker change the time to 4:00 PM.
  4. Change again the time in the second picker to 5:00 PM.

Current behavior

The picker shows NaN/NaN/0NaN 12:NaN PM when the min option is set programmatically and the time is changed with intervals.

Expected/desired behavior

The picker should display the selected time and date after the min option is set programmatically.

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
0 comments