DatePickerProps
Represents the props of the Kendo UI for Vue DatePicker component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Specifies the validate of the DatePicker. | |
calendar? |
|
Enables the customization or the override of the default Calendar which is rendered by the DatePicker (see example). | |
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). | |
onFocus? |
|
Fires each time the user focuses any of the DatePicker elements. | |
onIconclick? |
|
Fires when the icon element is clicked. | |
pickerWrap? |
|
Enables the customization or the override of the default wrapping component around the | |
placeholder? |
|
Specifies the value of the placeholder. | |
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 | |
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 | |
validate? |
|
Specifies the validate of the DatePicker. | |
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 DatePicker (see example).
| |
weekNumber? |
|
Determines whether to display a week number column in the | |
width? |
|
Specifies the width of the DatePicker. |