Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.22 KB

File metadata and controls

31 lines (23 loc) · 1.22 KB
title page_title description slug canonicalLink position
Integration with Other DateInuts
Integration with Other DateInuts - DateInput - Kendo UI for Vue
Integrate the Kendo UI DatePicker and Kendo UI DateInput wrapper for Vue with other editors.
integrationotherwidgets_dateinput_wrapper
4

Integration with Other Editors

The DateInput provides options for integration with other Kendo UI DateInut widgets.

The available options are available for integrating the following DateInput widgets:

  • DatePickers
  • DateTimePickers
  • TimePickers

The following example demonstrates how to integrate the DateInput with the DatePicker by enabling the dateInput property of the DatePicker.

{% meta height:200 %} {% embed_file dateinputs/intergration/main.vue preview %} {% embed_file dateinputs/intergration/main.js %} {% endmeta %}

Suggested Links