mdbootstrap / bootstrap-multiselects

Responsive Multiselect built with the latest Bootstrap 5. Unlike a normal select, multiselect allows the user to select multiple options at once.

Home Page:https://mdbootstrap.com/docs/standard/extended/multiselect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive Multiselect built with the latest Bootstrap 5. Unlike a normal select, multiselect allows the user to select multiple options at once.

Check out Bootstrap Multiselect Documentation for detailed instructions & even more examples.

Basic example

Bootstrap 5 Multiselect

<select class="select" multiple>
  <option value="1">One</option>
  <option value="2">Two</option>
  <option value="3">Three</option>
  <option value="4">Four</option>
  <option value="5">Five</option>
  <option value="6">Six</option>
  <option value="7">Seven</option>
  <option value="8">Eight</option>
</select>

How to use?

  1. Download MDB 5 - free UI KIT

  2. Choose your favourite customized component and click on the image

  3. Copy & paste the code into your MDB project

▶️ Subscribe to YouTube channel for web development tutorials & resources

More examples

Bootstrap Multiselect with label: Bootstrap 5 Multiselect

Bootstrap Multiselect with placeholder: Bootstrap 5 Multiselect

Bootstrap Disabled multiselect: Bootstrap 5 Multiselect

Bootstrap Multiselect disabled options: Bootstrap 5 Multiselect

Bootstrap Multiselect clear button: Bootstrap 5 Multiselect

Bootstrap Multiselect custom content: Bootstrap 5 Multiselect

Bootstrap Multiselect visible options: Bootstrap 5 Multiselect

Bootstrap Multiselect secondary text: Bootstrap 5 Multiselect

Bootstrap Multiselect search: Bootstrap 5 Multiselect

Bootstrap Multiselect select with search inside a modal: Bootstrap 5 Multiselect

Bootstrap Multiselect option groups: Bootstrap 5 Multiselect

Bootstrap Multiselect with icons: Bootstrap 5 Multiselect

Bootstrap Multiselect validation: Bootstrap 5 Multiselect


More extended Bootstrap documentation

About

Responsive Multiselect built with the latest Bootstrap 5. Unlike a normal select, multiselect allows the user to select multiple options at once.

https://mdbootstrap.com/docs/standard/extended/multiselect/

License:Other


Languages

Language:SCSS 57.2%Language:JavaScript 40.9%Language:HTML 1.9%