Hi,
In following scenario:
- Configure Date Time Picker with Modern view
- Open Browser Console
- Open date picker
- Now move your cursor in the browser window randomly
- Your date picker window permanently changed to time window
In this i cannot go back to data/month view. I am stuck with time view. Is it expected or am i missing something?
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="css/default-main.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="js/kendo.all.min.js"></script>
</head>
<body>
<input id="datetimepicker"/>
<style>
</style>
<script>
$(function () {
$("#datetimepicker").kendoDateTimePicker({
componentType: "modern",
interval: 1
});
});
</script>
</body>
</html>
Upd: issue can be generated without opening console.