Combobox
Combine text input with dropdown selection.
Installation
pnpm add @base-ui/react motionExamples
Implement this component in your project using Yumma CSS and Base UI.
Base
Multiple
Enable multi-select with the multiple prop. Selected items render as removable chip tags inside the input.
Inline
Use the inline prop to render the list directly in the page without a floating popup.
Next.js
Remix
Astro
Nuxt
SvelteKit
SolidStart
Analog
Gatsby
Static
No animations. The popup appears instantly without any enter or exit transitions.
API Reference
Check out the Base UI documentation for more information.