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.

Accessibility

This plugin replaces select elements with Bootstrap dropdowns. As a result, Bootstrap dropdown accessibility considerations apply.

In addition, the aria-labelledby attribute is automatically applied. For each instance of the plugin, a unique aria-labelledby attribute on the dropdown menu is matched with a corresponding id on the dropdown button.