Skip to content
UX Atlas
ComponentCraft conventionIntermediate

Dropdown

Content revealed below a trigger, a term that covers three different components and causes confusion.

Definition

Dropdown is a colloquial term rather than a precise one. It variously means a select, a menu of actions, or a navigation panel. Each has different semantics, keyboard behaviour and accessibility requirements.

Craft convention. True because the industry converged on it. Breaking it costs familiarity, not correctness.

On this page
  1. Definition
  2. Which component you actually mean
  3. Continue from here

Which component you actually mean

PurposeComponentSemantics
Choose a value for a formSelect or comboboxlistbox or combobox roles.
Run an actionMenumenu and menuitem roles.
Navigate somewhereDisclosure with a list of linksA button with aria-expanded and a plain list.
Show filters or a small formPopoverdialog or a labelled group.

Each link says what the connection is, so you can tell a principle from an alternative from a thing people mix this up with.

Applies when you are designing

Principles behind this

The reasoning this solution is an application of.

Often used with

These usually appear in the same screen or the same decision.

Commonly confused with

Close enough to be mixed up, different enough to matter.

  • MenuComponent

    A menu lists actions. A dropdown selects a value and reports it back to a form.