{"id":14972527,"url":"https://github.com/thompsonsj/bootstrap-select-dropdown","last_synced_at":"2025-10-26T19:31:39.461Z","repository":{"id":30614397,"uuid":"125239664","full_name":"thompsonsj/bootstrap-select-dropdown","owner":"thompsonsj","description":"A jQuery plugin for Bootstrap 4 that converts \u003cselect\u003e and \u003cselect multiselect\u003e elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.","archived":false,"fork":false,"pushed_at":"2022-12-15T23:34:30.000Z","size":4250,"stargazers_count":11,"open_issues_count":27,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:51:16.412Z","etag":null,"topics":["bootstrap","bootstrap-4","bootstrap4","fusejs","multiselect","multiselectdropdown","select"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thompsonsj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-14T16:09:59.000Z","updated_at":"2022-01-28T18:33:40.000Z","dependencies_parsed_at":"2023-01-14T17:19:32.229Z","dependency_job_id":null,"html_url":"https://github.com/thompsonsj/bootstrap-select-dropdown","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonsj%2Fbootstrap-select-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonsj%2Fbootstrap-select-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonsj%2Fbootstrap-select-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonsj%2Fbootstrap-select-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thompsonsj","download_url":"https://codeload.github.com/thompsonsj/bootstrap-select-dropdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap-4","bootstrap4","fusejs","multiselect","multiselectdropdown","select"],"created_at":"2024-09-24T13:47:03.394Z","updated_at":"2025-10-26T19:31:33.796Z","avatar_url":"https://github.com/thompsonsj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap Select Dropdown\n\nA jQuery plugin for Bootstrap 4 that converts `\u003cselect\u003e` and `\u003cselect multiselect\u003e` elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.\n\n## Demo and documentation\n\n[https://thompsonsj.com/bootstrap-select-dropdown/](https://thompsonsj.com/bootstrap-select-dropdown/)\n\n## Getting started\n\n### Compiled files\nThe dist folder contains the files you need to use Bootstrap Select Dropdown.\n\n```\ndist\n - bootstrap-select-dropdown.js\n - bootstrap-select-dropdown.min.js\n```\n\nIf using search (enabled by default), you will also need [Fuse.js](http://fusejs.io/).\n\n### Source\n\n`src/js/bootstrap-select-dropdown.js` can be used if compiling Bootstrap Select Dropdown with Bootstrap.\n\nAs with Bootstrap JavaScript plugins, Bootstrap Select Dropdown depends on Bootstrap's `util.js`.\n\n### NPM\n\nInstall as a development dependency.\n\n```\nnpm install --save-dev bootstrap-select-dropdown\n```\n\nUsing a module bundler such as [webpack](https://webpack.js.org/), you may wish to bundle Bootstrap Select Dropdown together with Bootstrap.\n\n```\n# Example Bootstrap imports.\nimport $ from 'jquery';\nimport 'popper.js';\nimport 'bootstrap';\n\n# Bootstrap Select Dropdown imports.\nimport Fuse from 'fuse.js';\nimport 'bootstrap-select-dropdown';\n```\n\n## Versioning\n\nVersion bump, builds, file tracking, commit and tag are handled automatically using the following commands.\n\n```bash\nnpm version patch -m \"Commit message.\"\nnpm version minor -m \"Commit message.\"\nnpm version major -m \"Commit message.\"\n```\n\nThese 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 .`.\n\nFor more information on `npm version`, consult the [npm docs](https://docs.npmjs.com/cli/version).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonsj%2Fbootstrap-select-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthompsonsj%2Fbootstrap-select-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonsj%2Fbootstrap-select-dropdown/lists"}