andreww1011 / filter-multi-select

Multiple select dropdown with filter jQuery plugin.
Other
29 stars 15 forks source link

Wrong display when applying filter_multi_select.css #10

Closed smartlegionlab closed 2 years ago

smartlegionlab commented 2 years ago

Hello. I really liked your implementation, but I can't apply the styles correctly. No matter what I do, everything is displayed incorrectly! Tell me what could be the problem?

smartlegionlab commented 2 years ago

As I understand it, I'm using Bootstrap 3, so it doesn't display correctly. Can I somehow use with Bootstrap 3?

andreww1011 commented 2 years ago

Try adding the following styles after bootstrap v3 has been linked in your html source:

See the example file in the attached zip. Download this file in the /dist directory to run. example_bs3.html.zip

smartlegionlab commented 2 years ago

Thank you very much! Everything works! I wish the development of your project.