E3.05.1closed select hides alternativesdesignresearch

A closed select hides every alternative until it is opened

Aliases: select menu · collapsed options · hidden alternatives

What it is

A select (dropdown) shows only the current value when closed; every other candidate is parked behind a click. Comparing “what else is there” requires opening first. Vertical space is saved; comparison among options turns from parallel to serial. Until the click, people do not know how large the set is, whether their item exists, or how neighbours differ. Country lists, time zones, dozens of invoice types can afford that trade. Three or four shipping methods in a select are charging for comparison.

Hiding is not search. Without the open action, the options are absent from this screen for both vision and assistive tech.

Why it happens

Choice wants side-by-side comparison: several labels held in view at once so differences can be estimated. A select splits that into two steps — first recall that a set exists here, then temporarily regain parallelism after opening. The step before opening is memory and guesswork: the current value “standard shipping” does not reveal whether “next day” exists, nor how much extra it costs.

The click also filters the hesitant. People who are unsure they want to change often never open, so the default’s advantage is amplified by structure, not by preference. Once open, a long list breaks parallelism again with scrolling; the comparison window is only the rows on screen.

Studying it

Compare the same options always expanded versus closed by default. The task is to pick an item that meets several constraints (cheapest and arrives within two days).

Independent variables: closed versus expanded, option count, whether the default happens to meet the constraints. Dependent variables: whether the list is opened, pause before opening, rate of picking a constraint-satisfying item, whether people can later name key unchosen candidates.

A low open rate is not satisfaction. Many accept the default without having seen the set and will report “no problem” on a questionnaire. Ask separately “which other kinds did you know about?”

Where it stops holding

When people already know the target’s name (copying a province from an ID card), comparison demand is low and hiding hurts less; the issue becomes typeahead or jumping. Experts who edit the same field often remember the set, so open cost drops after the first time. Mobile native pickers often become a full-screen list: hiding happens before entering that screen, comparison resumes after — not the same trade as an in-page desktop dropdown. A read-only detail drawn with a dropdown chevron invites a comparison that will not open.

Applying it

  • Do not use a closed select as the first form when options must be compared on price, timing, or permission.
  • In the closed state, let copy hint at the set (“choose a country”), not a bare current value that looks like static text.
  • Once open, keep the list scannable; extra decoration should not break the regained parallelism.
  • How to check: hide the select and ask “what else can be chosen here?” Missing a key candidate means comparison was eaten by hiding.

Related

  • Within the group: E3.05.2 Below a count threshold, laying options out is better · E3.05.3 The current value of a select must stay visible
  • Adjacent: E3.06 Multi-Select Dropdowns · E3.10 Matching Option Count to Control · E3.17 In-List Search and Filtering
  • Search terms: closed select · dropdown comparison cost · recognition versus recall

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/E3.05.1