New to Kendo UI for Angular? Start a free 30-day trial
AutoCorrectOn
Defines the auto-correction options for date range inputs.
Use blur
to correct on focus loss, change
to correct on value change, or none
to disable auto-correction.
type
AutoCorrectOn = "blur" | "change" | "none";