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

  1. Drag the Combobox wrapper onto the canvas.
  2. Insert one or more Combobox Option components into the slot.
  3. Customize the options and labels via the Component Properties panel.
  4. (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.