Skip to main content
Combobox
@coinbase/cds-web@8.38.5
A flexible combobox component for both single and multi-selection, built for web applications with comprehensive accessibility support.
Alpha componentAlpha components are stable and safe to use. They allow us to provide new and powerful features quickly, without forcing breaking changes. Components will exit the alpha status when their deprecated counterpart is removed in the next major version.
import { Combobox } from '@coinbase/cds-web/alpha/combobox'
Peer dependencies
  • fuse.js: ^6.6.2
Related components

A note on search logic

We use fuse.js to power the fuzzy search logic for Combobox. You can override this search logic with your own using the filterFunction prop.

Multi-Select

Basic multi-selection combobox with search.

Loading...

Single Select

Standard single-selection combobox with an option to clear the current value.

Loading...

Helper Text

Communicate limits or guidance by pairing helper text with multi-select usage.

Loading...

Borderless

You can remove the border from the combobox control by setting bordered to false.

Loading...

Is this page useful?

Coinbase Design is an open-source, adaptable system of guidelines, components, and tools that aid the best practices of user interface design for crypto products.