autoSwitchParts Boolean(default: false)

A value indicating whether to automatically move to the next segment after a valid value is provided for the current

Example - sets the autoSwitchParts

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