snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.85k stars 2.72k forks source link

bootstrap-select@1.14.0-beta3 not working with Bootstrap 5.3.2 #2846

Closed frankzhangxd closed 10 months ago

frankzhangxd commented 12 months ago

no dropdown shows when you click the select.

https://jsfiddle.net/fzhang_dgc/95r0a46j/1/

Shielsy commented 11 months ago

Is there any version of bootstrap-select that is compatible with 5.3.2?

mattymatty76 commented 11 months ago

I don't know if in your case it will work, but you can try...

https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4

remember that if you have a list very long, change virtualScroll: 600 to virtualScroll: 1000000, and change, up to you, pipe separator | to one you prefer ,

MadCode1982 commented 10 months ago

no dropdown shows when you click the select.

https://jsfiddle.net/fzhang_dgc/95r0a46j/1/

There is an error using bootstrap.min.js image

Use bootstrap.bundle.min.js instead of bootstrap.min.js

caseyjhol commented 10 months ago

@MadCode1982 Is correct - you need to use bundle to ensure Popper is included.