DatePickerProps
Represents the props of the KendoReact DatePicker component.
Name | Type | Default | Description |
---|---|---|---|
adaptive? |
|
Providing different rendering of the popup element based on the screen dimensions. | |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. | |
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
The accessible label of the component. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
autoFocus? |
|
Represents the | |
calendar? |
|
Enables the customization or the override of the default Calendar which is rendered by the DatePicker (see example). | |
className? |
|
Sets the | |
dateInput? |
|
Enables the customization or the override of the default DateInput which is rendered by the DatePicker (see example). | |
defaultShow? |
|
Sets the default state of the DatePicker upon render (see example). | |
defaultValue? |
|
Sets the default value of the DatePicker (see example). | |
disabled? |
|
Determines whether the DatePicker is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
focusedDate? |
|
Specifies the focused date of the DatePicker (see example). | |
format? |
|
Specifies the date format that is used to display the input value (see example). | |
formatPlaceholder? |
|
Defines the descriptions of the format sections in the input field (more information and examples). | |
id? |
|
Specifies the | |
label? |
|
Renders a floating label for the DatePicker. | |
max? |
|
Specifies the greatest valid date (see example). | |
min? |
|
Specifies the smallest valid date (see example). | |
name? |
|
Specifies the | |
onBlur? |
|
Fires each time any of the DatePicker elements gets blurred. | |
onChange? |
|
Fires each time the user selects a new value (see example). | |
onClose? |
|
Fires each time the popup is closed. | |
onFocus? |
|
Fires each time the user focuses any of the DatePicker elements. | |
onOpen? |
|
Fires each time the popup is opened. | |
pickerWrap? |
| ||
placeholder? |
|
Specifies the hint the DateInput displays when its value is | |
popup? |
|
Enables the customization or the override of the default Popup which is rendered by the DatePicker (see example). | |
popupSettings? |
|
Configures the popup options of the DatePicker. The available options are:
| |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
|
show? |
|
Specifies if the calendar will be displayed (see example). | |
size? |
|
|
Configures the The available options are:
|
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
toggleButton? |
|
Enables the customization or the override of the default Toggle button which is rendered by the DatePicker (see example). | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Specifies the value of the DatePicker (see example).
| |
weekNumber? |
|
Determines whether to display a week number column in the | |
width? |
|
Specifies the width of the DatePicker. |