Dropdown Menu
Searchable Select
A wide field-like button whose menu matches its width and starts with a search box: thirty projects are faster to filter than to scroll.
What you can change
- the field caption through label
- the search hint through placeholder
- the option set through options and the reaction through onChange
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/dropdown-011?lang=en&theme=dark
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
One file, zero dependencies, the --vibeui-dropdown-011-* palette. A client component: useState holds the query and the selected value. The menu width equals the button width through anchor-size(width) inside @supports (anchor-name) — without anchors a min-width remains. After opening, the focus goes into the search field: this is done on the popup's toggle event with a :popover-open check, because React's autoFocus would fire on mount. The items are role=menuitemradio with aria-checked, and on an empty result the "nothing found" line is shown. The button's accessible name is assembled from the caption and the value through aria-labelledby.
Tags
- menu
- dropdown
- search
- select
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…