PHPackages                             heimrichhannot/bootstrap-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. heimrichhannot/bootstrap-select

ActiveContao-component

heimrichhannot/bootstrap-select
===============================

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

v1.12.15(5y ago)4265019[8 issues](https://github.com/heimrichhannot/bootstrap-select/issues)MITHTML

Since Jun 29Pushed 5y ago8 watchersCompare

[ Source](https://github.com/heimrichhannot/bootstrap-select)[ Packagist](https://packagist.org/packages/heimrichhannot/bootstrap-select)[ Docs](http://silviomoreto.github.io/bootstrap-select)[ RSS](/packages/heimrichhannot-bootstrap-select/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

bootstrap-select
================

[](#bootstrap-select)

[![Latest release](https://camo.githubusercontent.com/2135af0a8f82515c9d548c3000fe329eadafa19111c3bf12e7a217a482af6c91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742e737667)](https://github.com/silviomoreto/bootstrap-select/releases/latest)![Bower](https://camo.githubusercontent.com/e9d51e45a17f4ec284d99d04699c845c7dd860a7a4c62ae32925804affce3cc0/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f626f6f7473747261702d73656c6563742e737667)[![npm](https://camo.githubusercontent.com/16d438025191b71421836a5ac7e88b4d2fa9882202ed9cd650a780aefc82d3d7/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f626f6f7473747261702d73656c6563742e737667)](https://www.npmjs.com/package/bootstrap-select)[![NuGet](https://camo.githubusercontent.com/252ba48a53bae09841e0be6fddf9b202dedac82c0f3617e144cd7ef284866732/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f762f626f6f7473747261702d73656c6563742e737667)](https://www.nuget.org/packages/bootstrap-select/)[![CDNJS](https://camo.githubusercontent.com/4b3a4ed8453ca848e2c87c08b026dccef21ea91da6acf55947f802e559de3d5d/68747470733a2f2f696d672e736869656c64732e696f2f63646e6a732f762f626f6f7473747261702d73656c6563742e737667)](https://cdnjs.com/libraries/bootstrap-select)

[![License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Dependency Status](https://camo.githubusercontent.com/70497fdc539f6d2f31ea7643eb7b90a6daf77db4c0893166e00663b37041cba7/68747470733a2f2f64617669642d646d2e6f72672f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742e737667)](https://david-dm.org/silviomoreto/bootstrap-select)[![devDependency Status](https://camo.githubusercontent.com/a5f8c9e71d2fb81e4ea8a57e95350d65ab2d2bcb12f5e0f80e08050d656b32d9/68747470733a2f2f64617669642d646d2e6f72672f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742f6465762d7374617475732e737667)](https://david-dm.org/silviomoreto/bootstrap-select#info=devDependencies)

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

[![bootstrap-select demo](https://cloud.githubusercontent.com/assets/2874325/18023324/42cf556c-6bb5-11e6-84ce-35be08ae57ba.gif)](http://silviomoreto.github.io/bootstrap-select/)

Demo and Documentation
----------------------

[](#demo-and-documentation)

You can view a live demo and some examples of how to use the various options [here](http://silviomoreto.github.io/bootstrap-select).

Bootstrap-select's documentation, included in this repo in the root directory, is built with MkDocs and publicly hosted on GitHub Pages at . The documentation may also be run locally.

### Running documentation locally

[](#running-documentation-locally)

1. If necessary, [install MkDocs](http://www.mkdocs.org/#installation).
2. From the `/bootstrap-select/docs` directory, run `mkdocs serve` in the command line.
3. Open `http://127.0.0.1:8000/` in your browser, and voilà.

Learn more about using MkDocs by reading its [documentation](http://www.mkdocs.org/).

Authors
-------

[](#authors)

[Silvio Moreto](https://github.com/silviomoreto), [Ana Carolina](https://github.com/anacarolinats), [caseyjhol](https://github.com/caseyjhol), [Matt Bryson](https://github.com/mattbryson), and [t0xicCode](https://github.com/t0xicCode).

Usage
-----

[](#usage)

Create your `` with the `.selectpicker` class.

```

  Mustard
  Ketchup
  Barbecue

```

If you use a 1.6.3 or newer, you don't need to do anything else, as the data-api automatically picks up the ``s with the `selectpicker` class.

If you use an older version, you need to add the following either at the bottom of the page (after the last selectpicker), or in a [`$(document).ready()`](http://api.jquery.com/ready/) block.

```
// To style only s with the selectpicker class
$('.selectpicker').selectpicker();
```

Or

```
// To style all s
$('select').selectpicker();
```

Checkout the [documentation](http://silviomoreto.github.io/bootstrap-select) for further information.

CDN
---

[](#cdn)

**N.B.**: The CDN is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN. Check [the GitHub page](https://github.com/silviomoreto/bootstrap-select/releases) for the latest release.

- [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css)
- [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js)
- //cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/i18n/defaults-\*.min.js (The translation files)

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

Anyone and everyone is welcome to contribute. **Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md)**. Make sure you're using the latest version of bootstrap-select before submitting an issue.

- [Bug reports](CONTRIBUTING.md#bug-reports)
- [Feature requests](CONTRIBUTING.md#feature-requests)

Copyright and license
---------------------

[](#copyright-and-license)

Copyright (C) 2013-2015 bootstrap-select

Licensed under [the MIT license](LICENSE).

Used by
-------

[](#used-by)

- [SnapAppointments](https://snapappointments.com)
- [Thermo Fisher Scientific Inc.](https://www.thermofisher.com)
- [membermeister](https://www.membermeister.com)
- [Solve for All](https://solveforall.com)
- [EstiMATEit](http://www.123itworks.co.uk)
- [Convertizer](https://convertizer.com)

Does your organization use bootstrap-select? Open an issue, and include a link and logo, and you'll be added to the list.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~285 days

Total

5

Last Release

2102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![fatcrobat](https://avatars.githubusercontent.com/u/480054?v=4)](https://github.com/fatcrobat "fatcrobat (1 commits)")[![Wuild](https://avatars.githubusercontent.com/u/381189?v=4)](https://github.com/Wuild "Wuild (1 commits)")

---

Tags

bootstrapformselectreplacement

### Embed Badge

![Health badge](/badges/heimrichhannot-bootstrap-select/health.svg)

```
[![Health](https://phpackages.com/badges/heimrichhannot-bootstrap-select/health.svg)](https://phpackages.com/packages/heimrichhannot-bootstrap-select)
```

###  Alternatives

[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k480.4k3](/packages/snapappointments-bootstrap-select)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[istvan-ujjmeszaros/bootstrap-duallistbox

A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.

628199.4k2](/packages/istvan-ujjmeszaros-bootstrap-duallistbox)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

404.9M14](/packages/kartik-v-yii2-widget-timepicker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
