Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognite.com/llms.txt

Use this file to discover all available pages before exploring further.

Select

v1.0.0 | View in Storybook

When to use

  • When there are multiple predefined options, and the user needs to select one or more.
  • When space is limited and you don’t want to display all the options at once.
  • When the options are familiar to the user and do not require additional explanation.
  • For form inputs that require a specific selection.

When to use something else

Dos and don’ts

  • Do provide a clear label and placeholder copy. Use help text if clarification is needed.
  • Do be careful with using default selections as users may not thoroughly check the default.
  • Do group related options in the list if there are multiple categories. List in order of frequency or alphabetically - whichever is better suited for the task.

Select menu

Select menus display a checkmark, or toggle, to the right of the menu item, instead of on the left like traditional Context and Dropdown menus. This is because scanning the list is easier when the checkmark is on the right. Therefore it is recommended to avoid leading content like an icon or Badge on the left side of the menu item. Badges should be placed on the right side of the menu item.

Behavior

  • Single-select: choosing an item commits the value and closes the list (unless design specifies otherwise).
  • Multi-select: list may stay open until dismissed; confirm patterns (Apply) belong in Select panel-style flows.

Often used with

Last modified on May 11, 2026