bootstrap-multiselect icon indicating copy to clipboard operation
bootstrap-multiselect copied to clipboard

fix for Bootstrap v5

Open mat-dr opened this issue 2 years ago • 6 comments
trafficstars

mat-dr avatar Mar 24 '23 10:03 mat-dr

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.

rgelb avatar Mar 30 '23 18:03 rgelb

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/).

mat-dr avatar Mar 30 '23 20:03 mat-dr

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

Taikono-Himazin avatar Jun 01 '23 01:06 Taikono-Himazin

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.

tiesont avatar Jun 01 '23 02:06 tiesont

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

utilmind avatar Feb 12 '24 09:02 utilmind