autoCorrectPartsBoolean(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
autoCorrectParts
Not finding the help you need?
Contact Support