Default State
By default, the DatePicker value is null
and the Calendar popup is hidden.
The DatePicker provides options for:
This is a Free React DatePickerThe KendoReact DatePicker is free to use, including in production—no sign-up or license required. Check out all 120+ free and premium UI components in the enterprise-grade KendoReact library.Setting the Default Value
To set the initial value that is rendered by the DatePicker, set the defaultValue
property. This approach allows the component to display a value upon its initial render while remaining in an uncontrolled state.
Change Theme
Theme
Loading ...
Setting the Default Popup State
To display the calendar popup when the DatePicker initially renders, set the defaultShow
property to true
. This approach allows the component to show an open calendar popup while remaining in an uncontrolled state.
Change Theme
Theme
Loading ...