Autocomplete

Autocomplete allows users to quickly filter through a list of options and pick one or more values for a field.

Page navigation navigation

React examples

Default

Multi-select

Multi-select with tokens for selected items

Adding new items from input

When the user isn't limited to a pre-defined list, an additional menu item can be added to select the value they typed.

Loading

A loading indicator should be displayed while the data for the list of options is being populated. The loading indicator helps the user understand that the list is not empty, it's just not done loading.

More code examples

See the Autocomplete Storybook stories.

Props

Loading data for autocomplete...