Combobox

Pinned Favourites

A picker with pinned favourites: the star lifts an option into a group at the top, and that group stays put while you type.

What you can change

  • label — the field caption
  • placeholder — the hint text in the search field
  • options — the full option list

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/combobox-017?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

The component is self-contained: one file, zero dependencies, its own palette in the local --vibeui-combobox-017-* variables. Client component: the query, the value and the set of favourites live in useState. The filtered options are split into two arrays — pinned and rest — and each group is rendered under its own [data-part="caption"] heading inside a single listbox. The star is a separate button beside the option rather than nested inside it: a button inside a button is invalid and breaks the keyboard, and in meaning "to mark" and "to select" are different actions. The star has aria-pressed and a full aria-label with the name, and the option is a role="option" inside an li role="none". Both groups are wrapped in a ul role="none", so that the nested lists do not turn into nested listboxes.

Tags

  • combobox
  • favourites
  • pinned
  • shortcuts
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…