The mentioned months not selected. However, some months such as Jan, July are selected as expected.
All the months should be filtered/selected when typing first letters
When you use the setOptions method on the DateTimePicker, the selected date is lost
Regression introduced with 2024.4.1112
The selected date is lost
The selected date should be persisted
Currently, when you have a disabled DatePicker in MVVM scenario and the setOptions method is called, the component gets enabled. Dojo - https://dojo.telerik.com/OBMifPCW
The widget does not provide a configuration option that allows setting the enable state. The component can be improved by adding an enabled configuration option, and also by avoiding enabling the component after the setOptions method is used.
Bug report
TimePicker does not preserve the new value when dateInput is enabled
Reproduction of the problem
Dojo demo: https://dojo.telerik.com/IOtuzHie
Change the value from the popup window
Expected
The value shall be preserved
Environment
Kendo UI version: 2024.4.1112
jQuery version: 3.4.1
Browser: [all]
In the DateTimePicker with dateInput:true, if you change the AM/PM using the arrow keys, the day changes as well.
Regression introduced with 2023.2.606
The date will change as well
The date shouldn't be changing
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.
The value should be set upon initial selection.
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]
When the width of the DatePicker and DateTimePicker is set through style attribute and is set with fixed pixels, the buttons with icons for opening the popup might be hidden.
Depending on the browser used the buttons containing the calendar and time icons are partially visible or entirely hidden. The issue does not occur if the width is set in percentages.
The DatePicker and DateTimePicker components should be entirely visible when the width is set in pixels through the style attribute.
Workaround: Set the input element's width to 100%:
for DatePicker:
.k-datepicker input {
width: 100% !important;
}for DateTimePicker:
.k-datetimepicker input {
width: 100% !important;
}for TimePicker:
.k-timepicker input {
width: 100% !important;
}
In a "modern" TimePicker, when you open the component and click on the input, if you use the up/down arrow keys, the value input is incorrect
Value will be changed to something like: "hour010203040506070809101112"
The correct value should be e.g. 01
In a modern TimePicker, if you configure the min option to e.g. 00:15, the configuration is not respected.
The min time is 00:00
Min time should be 00:15
Bug report
Modern TimePicker does not render dates array
Reproduction of the problem
1. Use this code snippet https://dojo.telerik.com/eQoGuKIb
2. Run the code and click on the Time icon
3. Noticed that popup does not contain any values
4. Remove the componentType config, values are displayed in the popup.
Ticket ID: 1641396
Environment
Kendo UI version: [all]
jQuery version: x.y
Browser: all
Bug report
Modern DateTime picker messed-up and switches to timepicker when timpicker clicked i nthe back
Reproduction of the problem
1. Dojo: https://dojo.telerik.com/iJESeFUc
2. Click on the Calendar icon
3. Click around the calendar to hit the datepicker in the back
Result:
Environment
Kendo UI version: [all]
jQuery version: x.y
Browser: all
Bug report
Hours are not visible on load in modern DateTimePicker
Regression since 2022.1.119
Reproduction of the problem
https://demos.telerik.com/kendo-ui/datetimepicker/component-type
Expected/desired behavior
Hours shall be visible at all times.
Environment
Kendo UI version: 2022.1.119 or newer
jQuery version: [all]
Browser: [all]
In DateInput, when format is set to "yyyy/MM/dd", the day number cannot be greater than 9.
Regression introduced with 2023.2.606
A number greater than 9 cannot be entered in the day part.
Numbers greater than 9 should be allowed for the day part.
Clicking on the Now button of a DateTimePicker with componentType: "modern" does not set the current time.
This is a regression introduced with v2023.1.314
NowCurrent date and time is not set.
Current date and time is set.
The close event of a DateTimePicker with componentType: modern does not provide reference to the view
e.view is undefinedThe event data of a DateTimePicker with componentType: modern should provide reference to the view
The problem can be observed in the following example from the documentation:
The time picker in the datetimepicker control doesn't work fully when accessed in mobile.
The behaviour can be seen on your own demo page here https://demos.telerik.com/kendo-ui/datetimepicker/index. Run the example, click the time icon to display available times, and you will see that you cannot scroll the times. It just shows what is initially loaded, we would expect this to scroll to allow the time to be amended as needed.
Bug report
DateTimePicker throwns an error when templated date is selected in modern type
Reproduction of the problem
1) Open the Dojo:
https://dojo.telerik.com/aBohiHiR
2) Click on the dates which are highlighted (11or 6) in the below image. On clicking on the dates it will go to the Time tab
3) Click on the Set button. You can able to see an exception in the console.
Expected/desired behavior
No error shall be thrown
Environment
Kendo UI version: [all]
Browser: [all]
Bug report
While clicking tab key the button to choose Date or Time, Set and Cancel gets disappear
Reproduction of the problem
Dojo: https://dojo.telerik.com/eMaQIbAw
1. Click on the date button in the date time picker to open the Calendar popup
2. Press tab until the buttons disappear.
3. Pressing shift+tab will show the buttons again.
Expected/desired behavior
Set and Cancel buttons shall not disappear
Environment
Kendo UI version: [all]
jQuery version: x.y
Browser: [all]