Unplanned
Last Updated: 12 Sep 2024 07:12 by Tino
Tino
Created on: 12 Sep 2024 07:12
Category: Date/Time Pickers
Type: Bug Report
0
Modern TimePicker shows 01 twice

Bug report

Modern TimePicker popup renders 01 option twice in the popup with the following configuration:

$("#timepicker").kendoTimePicker({
        format: "HH:mm",
        componentType:"modern",
        interval: {
          hour: 1,
          minute: 15
        }
      });

Regression with v.2023.3.1010

Reproduction of the problem

Dojo: https://dojo.telerik.com/aKeJOluk

Expected/desired behavior
01 shall be present only once.

Environment
**Kendo UI version: 2023.3.1010
**jQuery version: 3.4.1
**Browser: [all]

0 comments