DateTimePickerProps
Represents the props of the Kendo UI for Vue DateTimePicker component.
Name | Type | Default | Description |
---|---|---|---|
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. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
calendar? |
|
Enables the customization or the override of the default Calendar which is rendered by the DateTimePicker (see example). | |
cancelButton? |
|
Determines whether to display the Cancel button in the popup. | |
dateInput? |
|
Enables the customization or the override of the default DateInput which is rendered by the DateTimePicker (see example). | |
defaultShow? |
|
Sets if the calendar popup is opened upon initial render. For more information, refer to the article on | |
defaultValue? |
|
Sets the default value of the DateTimePicker. | |
disabled? |
|
Determines whether the DateTimePicker is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
focusedDate? |
|
Specifies the initial focusedDate of the Calendar inside the DateTimePicker (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 DateTimePicker. | |
max? |
|
Specifies the greatest valid date (see example). | |
maxTime? |
| ||
min? |
|
Specifies the smallest valid date (see example). | |
minTime? |
| ||
name? |
|
Specifies the | |
onBlur? |
|
Fires each time any of the DateTimePicker elements gets blurred. | |
onChange? |
|
Fires each time the user selects a new value | |
onFocus? |
|
Fires each time the user focuses any of the DateTimePicker elements. | |
onIconclick? |
|
Fires when the icon element is clicked. | |
placeholder? |
|
Specifies the value of the placeholder. | |
popup? |
|
Enables the customization or the override of the default Popup which is rendered by the DateTimePicker (see example). | |
popupSettings? |
|
Configures the popup options of the DateTimePicker. The available options are:
be appended. Defaults to
| |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
show? |
|
Specifies if the popup will be displayed (see example). | |
size? |
|
|
Configures the The available options are:
|
steps? |
|
Configures the incremental steps of the DateTimePicker.
| |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
valid? |
|
Overrides the validity state of the component.
If | |
validate? |
|
Specifies the validate of the DateTimePicker. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
validityStyles? |
|
If set to | |
value? |
|
Specifies the value of the DateTimePicker (see example).
JavaScript | |
weekNumber? |
|
Determines whether to display a week number column of the Calendar inside the DateTimePicker (see example). | |
width? |
|
Specifies the width of the DateTimePicker. |