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
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]
Kendo UI core lists several controls that are available in the library, but there is no mention that they are not actively maintained on main repository readme.
Several controls were obsoleted/unsupported in this commit - https://github.com/telerik/kendo-ui-core/commit/db16f60ee6ee43506173a9628723b3de1ed73266, but they are still listed in https://github.com/telerik/kendo-ui-core/blob/master/README.md or promotional graphics.
Please clarify its current/future status.
Best regards
K
Bug report
Change fired twice when triggered manually on input change and selecting value from popup list
Reproduction of the problem
Run the Dojo sample: https://dojo.telerik.com/aFOJhVWj
Environment
**Kendo UI version: 2025.1.227
**jQuery version: 3.7.1
**Browser: [all]
In a Modal Window that has components with adaptiveMode enabled, the component's popup is rendered beneath the Window's overlay.
The component's popup is rendered beneath the Modal Window's overlay, and the component is not usable.
The popup should be displayed over the Modal Window