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:
                                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>

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?