TimePickerComponent
Represents the Kendo UI TimePicker component for Angular.
Selector
kendo-timepicker
Export Name
Accessible in templates as #kendoTimePickerInstance="kendo-timepicker"
Inputs
Name | Type | Default | Description |
---|---|---|---|
adaptiveMode |
|
Enables or disables the adaptive mode. By default the adaptive rendering is disabled. | |
cancelButton |
|
Determines whether to display the Cancel button in the popup. | |
disabled |
|
Sets or gets the | |
fillMode |
|
Sets the fillMode of the component. The possible values are:
| |
format |
|
Specifies the time format that is used to display the input value (see example). | |
formatPlaceholder |
|
Defines the descriptions of the format sections in the input field. For more information, refer to the article on placeholders.
| |
incompleteDateValidation |
|
Determines whether the built-in validation for incomplete dates is to be enforced when a form is being validated. | |
max |
|
Specifies the biggest valid time value (see example). | |
min |
|
Specifies the smallest valid time value (see example). | |
nowButton |
|
Determines whether to display the Now button in the popup.
| |
placeholder |
|
Specifies the hint the TimePicker displays when its value is
| |
popupSettings |
|
Configures the popup of the TimePicker. The available options are:
| |
rangeValidation |
|
Determines whether the built-in min or max validators are enforced when a form is being validated. | |
readonly |
|
Sets the read-only state of the TimePicker (see example). | |
readOnlyInput |
|
Sets the read-only state of the TimePicker input field (see example).
the input will be rendered in a read-only state regardless of the | |
rounded |
|
Sets the border radius of the component. The possible values are:
| |
size |
|
Sets the size of the component. The possible values are:
| |
steps |
|
Configures the incremental steps of the TimePicker. For more information, refer to the article on incremental steps.
| |
subtitle |
|
Sets the subtitle text rendered in the header of the popup(action sheet).
Applicable only when | |
tabindex |
|
Sets or gets the | |
title |
|
Sets the title of the input element of the TimePicker and the title text rendered
in the header of the popup(action sheet). Applicable only when | |
value |
|
Specifies the value of the TimePicker component. |
Fields
Name | Type | Default | Description |
---|---|---|---|
isOpen |
|
Indicates whether the component is currently open. That is when the popup or actionSheet is open. |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires each time the popup is about to close. This event is preventable. If you cancel the event, the popup will remain open. For more information, refer to the section on events. |
blur |
|
Fires each time the input element gets blurred. For more information, refer to the section on events.
|
focus |
|
Fires each time the user focuses the input element. For more information, refer to the section on events.
|
open |
|
Fires each time the popup is about to open. This event is preventable. If you cancel the event, the popup will remain closed. For more information, refer to the section on events. |
valueChange |
|
Fires each time the user selects a new value. For more information, refer to the section on events. |
Methods
blur |
---|
Blurs the TimePicker component. |
focus |
---|
Focuses the TimePicker component.
|
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the popup or actionSheet.
If you use the | ||||||
|