davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.66k stars 1.99k forks source link

fix for Bootstrap v5 #1254

Open mat-dr opened 1 year ago

rgelb commented 1 year ago

This fixes it partially. The calling HTML page needs to have a reference to the popper.js library as its now required for bootstrap 5 dropdowns.

mat-dr commented 1 year ago

Yes it requires Popper. It is also possible to only include the Bootstrap .js file that includes Popper (bootstrap.bundle.min.js, as in https://getbootstrap.com/docs/5.2/getting-started/introduction/).

Taikono-Himazin commented 1 year ago

I'm sorry, but could you merge it and release it as bootstrap-multiselect-v2.0.0? That's all there is to it.

tiesont commented 1 year ago

That's all there is to it.

Not really.

Feel free to fork the repo and merge any changes you're comfortable using, if you really want this or other pull-requests.

utilmind commented 4 months ago

@mat-dr Thank you for this PR! It works great on BS5 with your fix.