0.14.6 • Published 4 years ago

bootstrap-select-dropdown v0.14.6

Weekly downloads
77
License
ISC
Repository
github
Last release
4 years ago

Bootstrap Select Dropdown

A jQuery plugin for Bootstrap 4 that converts <select> and <select multiselect> elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.

Demo and documentation

https://thompsonsj.com/bootstrap-select-dropdown/

Getting started

Compiled files

The dist folder contains the files you need to use Bootstrap Select Dropdown.

dist
 - bootstrap-select-dropdown.js
 - bootstrap-select-dropdown.min.js

If using search (enabled by default), you will also need Fuse.js.

Source

src/js/bootstrap-select-dropdown.js can be used if compiling Bootstrap Select Dropdown with Bootstrap.

As with Bootstrap JavaScript plugins, Bootstrap Select Dropdown depends on Bootstrap's util.js.

NPM

Install as a development dependency.

npm install --save-dev bootstrap-select-dropdown

Using a module bundler such as webpack, you may wish to bundle Bootstrap Select Dropdown together with Bootstrap.

# Example Bootstrap imports.
import $ from 'jquery';
import 'popper.js';
import 'bootstrap';

# Bootstrap Select Dropdown imports.
import Fuse from 'fuse.js';
import 'bootstrap-select-dropdown';

Versioning

Version bump, builds, file tracking, commit and tag are handled automatically using the following commands.

npm version patch -m "Commit message."
npm version minor -m "Commit message."
npm version major -m "Commit message."

These commands call the version in package.json. This script builds documentation and distribution (including minified) files, and ensures changes applied by both builds are tracked by running git add ..

For more information on npm version, consult the npm docs.

0.14.6

4 years ago

0.14.4

4 years ago

0.14.3

4 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.14

6 years ago

0.13.13

6 years ago

0.13.12

6 years ago

0.13.11

6 years ago

0.13.9

6 years ago

0.13.8

6 years ago

0.13.7

6 years ago

0.13.6

6 years ago

0.13.5

6 years ago

0.13.4

6 years ago

0.13.3

6 years ago

0.13.2

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.2

6 years ago

0.9.0

6 years ago

0.7.0

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago