New to Kendo UI for Angular? Start a free 30-day trial
DateRangeEndInputDirective
A directive which manages the end range selection.
You can use the DateRangeEndInputDirective only with a DateInput component.
Selector
[kendoDateRangeEndInput]
Inputs
Name | Type | Default | Description |
---|---|---|---|
autoCorrectOn |
|
Specifies the auto-correction behavior. If the start date is greater than the end date, the directive fixes the date range to a single date either on input change or on blur (see example). By default, the component does not perform any auto-correction. | |
navigateCalendarOnFocus |
|
Specifies the navigation behavior of the calendar when the active end is changed on input focus. When enabled, the calendar navigates to the value of the focused input. Otherwise, the calendar displays the last picked date. By default, the automatic navigation behavior on input focus is disabled. ts
|