0

I'm using this version of bootstrap for a web application: http://davidstutz.de/bootstrap-multiselect/

In the docs, it says the css required is bootstrap.min.css which I have. The problem, however, is that my application and some of its elements (datetimepicker, etc) require bootstrap.css. I cannot have both loaded at the same time without conflicts. Currently, without loading bootstrap.min.css my multiselect looks like this:

enter image description here

And When I select multiple they go outside the label.

Is there a way I can get around this issue? Can I link the min version specifically to the instance of multiselect?

GreenSaber
  • 1,118
  • 2
  • 26
  • 53
  • Does this answer your question? [What is the difference between bootstrap.min.css and bootstrap.css?](https://stackoverflow.com/questions/23368456/what-is-the-difference-between-bootstrap-min-css-and-bootstrap-css) – Daria Pydorenko Dec 17 '19 at 16:04
  • Or this one: [What is defferent between bootstrap.css and bootstrap.min.css](https://stackoverflow.com/questions/26821442/what-is-defferent-between-bootstrap-css-and-bootstrap-min-css)? – Daria Pydorenko Dec 17 '19 at 16:05
  • Thank you for the link, I understand the difference, however when I load the minified version, the muliselecter looks different. – GreenSaber Dec 17 '19 at 16:06
  • So maybe problem in versions of this bootstrap files? Do they have different versions? Could you use only bootstrap.min.css? – Daria Pydorenko Dec 17 '19 at 16:08
  • I'm using 4.3.1 on both the css files and the js files – GreenSaber Dec 17 '19 at 16:22
  • Bootstrap multiselect is designed for Bootstrap 3. As stated [here](https://github.com/davidstutz/bootstrap-multiselect/issues/1015) currently there is no support for `v4`. The last commit was almost 2 years ago. – tao Dec 17 '19 at 21:30
  • I have switched back to 3. Still having this problem – GreenSaber Dec 17 '19 at 21:35

0 Answers0