kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

Add autoCorrect option to TimePicker

Open JaapMosselman opened this issue 7 years ago • 3 comments

I'm submitting a...

  • Suggestion for improvement (or do you categorize this as Feature request?)

Current behavior

When min and/or max is set, the user can just type a value outside the range. (Of course the control wil be in invalid state.)

Expected behavior

Add autoCorrect boolean property as in NumericTextBox. When typing a value greater than max or smaller then min, the value is automatically set to max or min.

JaapMosselman avatar Sep 06 '17 13:09 JaapMosselman

The autoCorrect feature is actually under consideration. We will need to introduce several changes into DateInput component in order to provide proper auto-correction. Once this is done, DatePicker and TimePicker will get auto-correction for free.

I am afraid though that I wouldn't be able to provide specific time-frame when this will be implemented.

ggkrustev avatar Sep 06 '17 13:09 ggkrustev

Ok, nice to know. The current control we use does not support is either, so it is not a blocking issue for the short term and does not keep us from migrating to Kendo UI (while some other issues do).

JaapMosselman avatar Sep 06 '17 13:09 JaapMosselman

Hi Kendo team, is there any update for this issue? I see it has the "FP: Planned" label, does that mean there is a release date planned or just that this is in progress? My team is waiting for this enhancement: https://feedback.telerik.com/kendo-angular-ui/1417908-datevalidation which you have mentioned is blocked by this issue 879.

dcarter-mhk avatar Jan 26 '24 15:01 dcarter-mhk