I have issues with the kendo ui datetimepicker under google chrome. For some reason, the control close automatically after i try to open it(see gif for reference). datetimepicket_Error.gif
Chrome Version: 63.0.3239.132 (Official Build) (64-bit)
Kendo Version: 2015.2.805.545
Code :
<input id="cmpDatePicker" style="width: 250px" data-bind="kendoDateTimePicker:{ valueUpdate: 'blur', value: CompleteDate, enabled: completeDateEnabled }, attr: {title: completeDateTooltip }" />