Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-select-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

  • 0.14.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
55
decreased by-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 18 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc