Component Documentation
Label
This is an combobox description.
Label
This is an combobox description.
Combobox
The Combobox component is a visual autocomplete input β ideal for building searchable dropdowns, quick selectors, or command palettes. It presents a list of suggestions as the user types, helping them quickly find and select an option.
This component is purely visual by default and does not include built-in functionality. To enable interaction, you can easily integrate it with tools like Finsweet's Attributes Combobox or another JavaScript-based solution of your choice.
The Combobox is made up of two parts:
- Combobox (Wrapper) β contains the input field and dropdown structure
- Combobox Option β reusable list items shown as suggestions
Usage
- Drag the Combobox wrapper onto the canvas.
- Insert one or more Combobox Option components into the slot.
- Customize the options and labels via the Component Properties panel.
- (Optional) Connect to a third-party logic layer to add interactivity.
This component gives you a styled head start for building smart, searchable UI patterns in Webflow.