Time Picker clears a typed (keyboard input) value on pre-populated form.

0 Answers 51 Views
Date/Time Pickers DateInput
Dru
Top achievements
Rank 1
Dru asked on 24 Jan 2022, 10:03 AM
If a user types (keyboard input) a value into the time picker (e.g. 14:10:13) and then clicks away from the field the value resets to 00:00:00.

This behaviour is only observed on a form that has pulled in data (e.g. an Edit Page) with 'DateInput()' applied to the Time Picker.

If the form is empty (e.g. a Create Page) the user can type in a value without having it reset when clicking away from the field.

Can you advise how to fix this?

See Code below:

<div class="k-form-field"> @(Html.Kendo().TimePickerFor(model => model.Time)

.DateInput() .Format("HH:mm:ss") .Interval(15) .ToClientTemplate() ) </div>

Aleksandar
Telerik team
commented on 25 Jan 2022, 07:17 AM

Hi Druean,

I see you have the same report submitted as a support ticket. I have already replied to the support case as I am unable to reproduce the behavior. Can you provide further details on reproducing the issue, in order for me to be able to provide further guidance?

No answers yet. Maybe you can help?

Tags
Date/Time Pickers DateInput
Asked by
Dru
Top achievements
Rank 1
Share this question
or