Description

Time pickers allow the user to either enter a time manually or set hours and minutes using up and down buttons.

Two time pickers can be used, for start and end times, to allow the user to enter a time range.

Usage & Behavior

General guidelines

Structure

Time pickers consist of:

Default

The time picker may have an initial value, which the user can edit at any time.

States

State

Visual

 

Regular

 

Hover

 

Active

 

Disabled

 

Error

 

Warning

 

Focused

Focused, Hover

 

Focused, Active

 

Focused, Disabled

 

Interaction

The time can be set either via direct input or by using the controls in the time picker menu. Additional keyboard interactions can be found under the Focus management section below.

Direct input

Time picker menu

Validation and Errors

Please refer to Field validation page for more information.

A time field with a warning will have an orange border and a warning icon, as displayed below: 

A time field with an error will have a red border and an error icon, as displayed below:

Best practices

Use when:

Don’t use:

Accessibility Compliance

Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.

Focus management

Keyboard

Time picker field

Time picker menu

Tab

  • Navigates to the next input section.

  • When on the last input section, navigates to the next component.

Navigates between the different sections in a cyclical order:

  • Hours.

  • Minutes.

  • AM/PM.

Shift + Tab

  • Navigates to the previous input section.

  • When on the first input section, navigates to the previous component.

Reverses the order of navigation described for Tab.

Space

Opens the time picker menu.

  • Hours - N/A

  • Minutes - N/A

  • AM/PM - toggles between the values.

Enter

Applies the time.

  • Applies the time.

  • Closes the menu.

Esc

N/A

Closes the menu and returns the focus to the field, without applying any changes.

Arrows

  • Up - Increases the highlighted value.

  • Down - Decreases the highlighted value.

  • Holding down the up/down keys will scroll continuously.

  • Right/Left - Moves the input highlight accordingly.

  • Up - Increases the highlighted value for the focused section.

  • Down - Decreases the highlighted value for the focused section.

  • Holding down the up/down keys will scroll continuously.

  • Right/Left - Moves the focused section accordingly.

Design

Zeplin Link

Thumbnail

https://zpl.io/adOXdRV

Code