Multiselect
React Bootstrap Multiselect - free examples, templates & tutorial
Responsive React Multiselect built with Bootstrap 5. Examples of multiselect dropdown with checkbox, listbox, search, buttons, groups, icons, validation, disabled
Unlike a standard Select, multiselect allows the user to select multiple options at once.
Note: To learn more about Select component and see all available options, methods, events and advanced usage - read Select Docs & API section
Basic example
Add multiple
attribute to the select element to activate multiple mode.
Note: This component requires MDBootstrap Pro package.
Multiselect with icons
Add icon
data attribute to the specific options to display the option icon.
Validation
Set validation
option to true
to enable component validation. The
validFeedback
and invalidFeedback
options allow to modify the
validation messages.