TimePickerProps
Represents the props of the Kendo UI for Vue TimePicker 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. | |
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 TimePicker (see example). | |
defaultShow? |
|
Sets the default state of the popup upon render (see example). | |
defaultValue? |
|
Sets the default value of the TimePicker (see example). | |
disabled? |
|
Determines whether the TimePicker is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
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 (see example). | |
id? |
|
Specifies the | |
label? |
|
Renders a floating label for the TimePicker. | |
max? |
|
Specifies the greatest valid time (see example). | |
min? |
|
Specifies the smallest valid time (see example). | |
name? |
|
Specifies the | |
nowButton? |
|
Determines whether to display the Now button in the popup.
| |
onBlur? |
|
Fires each time any of the TimePicker 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 TimePicker 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 TimePicker (see example). | |
popupSettings? |
|
Configures the popup options of the TimePicker. The available options are:
| |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
show? |
|
Specifies if a time selector will be displayed (see example). | |
size? |
|
|
Configures the The available options are:
|
smoothScroll? |
|
Toggles the smooth scroll animation on time click. By default, the animation is enabled. | |
steps? |
|
Configures the incremental steps of the TimePicker (see example).
| |
tabIndex? |
|
Sets the | |
title? |
|
Sets the title of the | |
valid? |
|
Overrides the validity state of the component.
If | |
validate? |
|
Specifies the validate of the TimePicker. | |
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 TimePicker (see example).
| |
width? |
|
Specifies the width of the TimePicker. |