BsMultiselect is "multiselect input" plugin that reuses your Bootstrap 4 theme and doesn't bring its own css (unless you would like to add it).
The DashboardCode Multiselect plugin for Bootstrap 5 is a versatile plugin that allows users to select multiple options from a dropdown menu. It can be used with or without external CSS and supports Bootstrap 4 styles and classes. The plugin offers various features such as custom validation, form validation, RTL (Right To Left) support, options manipulation API, and more. It follows Bootstrap 5 conventions and can be easily adjusted for different Bootstrap themes.
window.dashboardcode.BsMultiselect
object.To install the DashboardCode Multiselect plugin, you can use either npm or CDN.
Run the following command to install the plugin using npm:
npm install @dashboardcode/bsmultiselect
Refer to the following CDN links to include the plugin in your project:
Bootstrap 5:
<script src="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/js/BsMultiSelect.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/js/BsMultiSelect.esm.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/css/BsMultiSelect.min.css">
Bootstrap 4:
<script src="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/js/BsMultiSelect.bs4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/js/BsMultiSelect.bs4.min.js"></script>
The DashboardCode Multiselect plugin for Bootstrap 5 is a feature-rich plugin that allows users to select multiple options from a dropdown menu. It offers various features such as custom validation, form validation, RTL support, and more. The plugin can be easily installed using npm or CDN. It follows Bootstrap 5 conventions and can be adjusted for different Bootstrap themes without editing CSS.