DateInputProps
Represents the props of the Kendo UI for Vue DateInput component. The generic argument is passed to the change
property and is used as a target in the DateInputChangeEvent
interface.
Name | Type | Default | Description |
---|---|---|---|
ariaControls? |
|
Sets the aria-controls of the DateInput. | |
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. | |
ariaExpanded? |
|
Sets the aria-expanded of the DateInput. | |
ariaHasPopup? |
|
Sets the aria-haspopup of the DateInput. | |
ariaLabel? |
|
Sets the aria-label of the DateInput. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
ariaRole? |
|
Sets the aria role of the DateInput. | |
defaultValue? |
|
Specifies the default value of the DateInput. If | |
dir? |
|
Represents the | |
disabled? |
|
Determines whether the DateInput is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
format? |
|
Specifies the | |
formatPlaceholder? |
|
Specifies the descriptions of the format sections in the input field (more information and example. | |
id? |
|
Sets the | |
inputAttributes? |
|
Sets the built-in HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
label? |
|
Renders a floating label for the DateInput. | |
max? |
|
Specifies the greatest date that is valid (see example. | |
maxTime? |
|
Specifies the greatest time that is valid (see example. | |
min? |
|
Specifies the smallest date that is valid (see example. | |
minTime? |
|
Specifies the smallest time that is valid (see example. | |
name? |
|
Specifies the | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value (see example. | |
placeholder? |
|
Specifies the value of the placeholder. | |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
spinners? |
|
Specifies whether the Up and Down spin buttons will be rendered (see example). | |
steps? |
|
Specifies the incremental steps of the DateInput (see example. The available options are:
| |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
valid? |
|
Overrides the validity state of the component.
If | |
validate? |
|
Specifies the validate of the DateInput. | |
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 DateInput. | |
width? |
|
Specifies the width of the DateInput. |