Keyboard Navigation
By default, the keyboard navigation of the TimePicker is enabled.
The TimePicker supports the following keyboard shortcuts:
Shortcut | Description |
---|---|
Alt +Down Arrow | Opens the popup and moves the focus to the displayed time selector. |
Alt +Up Arrow | Closes the popup and moves the focus to the input element. |
Esc | Closes the popup. |
Tab | Moves focus to the next time section in the popup. |
Enter | Accepts the current value change. |
Navigation Scenarios
When the input of the TimePicker is focused, it adopts the same keyboard shortcuts as the keyboard shortcuts of the DateInput.
When the popup of the TimePicker is opened, the hours become focused and the following shortcuts become available:
Shortcut | Description |
---|---|
Up Arrow | Increments the value of the focused time section. |
Down Arrow | Decrements the value of the focused time section. |
Tab | Moves the focus to the next time section in the popup. |
Shift +Tab | Moves the focus backwards. |
Enter | Accepts the current value change. |