Unplanned
Last Updated: 23 Nov 2021 08:55 by menaheme
Created by: shahar
Comments: 2
Category: TimePicker
Type: Feature Request
12

hi,

We would really appreciate RTL support for our Hebrew customers for KendoDateinputs.

The current behavior is VERY confusing for users and causes them to input the wrong data for both date and time components, causing them to lose critical information.

 Thank you!

Thanks,

Shahar

Unplanned
Last Updated: 24 Aug 2020 13:52 by ADMIN
Created by: ved
Comments: 0
Category: TimePicker
Type: Feature Request
7

Please provide an option that would allow to disable multiple time ranges for the TimePicker component, so that a time isn't possible to be selected from these disabled time ranges.

thanks

Unplanned
Last Updated: 11 May 2022 06:39 by Darin
Created by: Darin
Comments: 0
Category: TimePicker
Type: Feature Request
2

Provide a classic type view as the jQuery TimePicker:

Currently, the Angular TimePicker supports only a single view (modern as per jQuery documentation):

Unplanned
Last Updated: 13 Sep 2024 13:48 by Kendo UI

Currently, when the min and max options of the TimePicker are defined, the user is still able to enter a value that is outside the specified range, which triggers an error and the control enters an invalid state.

Provide an option that would entirely restrict the user from entering values outside the specified range and would automatically correct the value to the corresponding min or max value.

One way to achieve such functionality is to handle the blur event of the TimePicker and correct the value if necessary:

https://stackblitz.com/edit/angular-b1e6jl