Toolbar with Select
Rendering ComboboxSelect as a ToolbarItem inside a Toolbar.
Components
ToolbarGroup a set of related controls, reducing the number of tab stops in the keyboard interface. This component is based on the WAI-ARIA Toolbar Pattern.
ComboboxFill in a React input field with autocomplete & autosuggest functionalities. Choose from a list of suggested values with full keyboard support. This component is based on the WAI-ARIA Combobox Pattern.
Composing ComboboxSelect and ToolbarItem
In this example, we use the render prop to combine ComboboxSelect and ToolbarItem into a single element:
You can learn more about this pattern on the Composition guide.