New to KendoReact? Learn about KendoReact Free.
Incremental Steps
By default, the DateInput increments or decrements each part of its date values by one step.
To change the default setup, use the steps
property.
The available options are:
year: Number
—Controls the incremental step of the year value.month: Number
—Controls the incremental step of the month value.day: Number
—Controls the incremental step of the day value.hour: Number
—Controls the incremental step of the hour value.minute: Number
—Controls the incremental step of the minute value.second: Number
—Controls the incremental step of the second value.
The following demo displays a DateInput with predefined incremental steps for year
to 10, for day
to 5, for hour
to 2 and for minute
to 15.
Change Theme
Theme
Loading ...