Skip to main content

Dropdowns

Dropdowns present a list of options that can be used to filter or sort existing content.

Dropdowns example

Overview

Dropdowns (also known as a dropdown menu, drop menu, pull-down list, picklist) is a graphical control element, similar to a list box, that allows the user to choose one value from a list. When activated, it displays (drops down) a list of values, from which the user may select one. They can be used in menus and tabs.

Usage

Use when

  • Filtering or sorting content on a page.
  • Single selection from a list is necessary.

Don’t use when

What's changed
Date Version Notes Contributors
06/02/2022 1.0.1 Updated full layout. M. Johns