New to Kendo UI for Vue? Start a free 30-day trial
Controlled Mode
By default, the Kendo UI for Vue Native DatePicker is in an uncontrolled state.
The DatePicker provides options for:
Controlling the Date Value
To manage the date value of the DatePicker:
The following example demonstrates how to control the DatePicker value.
Change Theme
Theme
Loading ...
Controlling the Popup State
To manage the popup state of the DatePicker, use its show
property, to set the shown state of the component.
The following example demonstrates how to control the state of the DatePicker calendar upon display.
Change Theme
Theme
Loading ...