New to Kendo UI for Angular? Start a free 30-day trial
Read-Only TimePicker
By default, the TimePicker is in an active state.
To render the TimePicker into a read-only state, set its readonly property to true.
Change Theme
Theme
Loading ...
Read-Only Input
The TimePicker provides the option to render just the input in a read-only state, allowing the user to choose a time value only from the popup. To achieve this, set the TimePicker readOnlyInput property to true.
Note that if you set the
readonlyproperty value totrue, the input will be rendered in
a read-only state regardless of the readOnlyInput value.
Change Theme
Theme
Loading ...