SIGN IN SIGN UP
twbs / bootstrap UNCLAIMED

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

0 0 0 MDX

Rename dropdown to menu, add combobox built on top of menu (#42202)

* Rename Dropdown component to Menu

Replace the Dropdown component with Menu across the entire codebase.
All .dropdown-* classes are now .menu-* classes, data-bs-toggle="dropdown"
is now data-bs-toggle="menu", and the JS export is renamed from Dropdown
to Menu. Includes updated tests, docs, examples, site UI, and config.

* Add new Combobox component

Introduce a searchable select component built on top of Menu, with
single and multi-select support. Includes JS source, SCSS styles,
documentation, and migration notes.

* Add translucent variations for navbar, card, toast, and menu

New .navbar-translucent, .card-translucent, and .toast-translucent
styles with backdrop blur and saturation filters, plus corresponding
documentation sections.

* Update docs site nav, layout, icons, and misc fixes

Clean up docs site navbar SCSS (sticky shadow, remove commented code),
fix empty line rendering in code snippets, add font-size class to
masthead, and add #stack icon symbol.

* Rebuild dist files
M
Mark Otto committed
aed8d8666680fea6a00161c1be6795efcd9e3140
Parent: 57701de
Committed by GitHub <[email protected]> on 3/21/2026, 3:06:57 AM