How to use Bootstrap multiselect widget

0
Hi There, I m trying to use bootstrap multiselect widget in my application, but getting some errors in my console
asked
1 answers
0

You need to install Popper.js as well. Add that to your page, or better your page-layout, using a html-widget.

 

*Editted* example of the link:

<style src="https://cdnjs.com/libraries/popper.js/2.9.2" type="text/javascript" />

 

answered