autoCorrectParts Boolean(default: true)

Sets a value that indicates whether to automatically correct the segment when out of range

Example - sets the autoCorrectParts

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    autoCorrectParts: false
});
</script>
In this article