Bootstrap Multiselect Widget

0
Hi There, I have been trying to use Bootstrap Multiselect widget in one of my application. after running the application while making selection it is giving me below error messages in my console. i have tried adding popper.js also   Mendix version: 9.2.0 Could you please provide me reqruired help, will be appr   Regards, Mukheem
asked
4 answers
0

Hi,

Can you add error details, i want to see what's the exact error you are facing 

 

answered
0

Hi Srilatha,

I m getting error messages as below

answered
0

Can you share the Connector error and the other client error as well

answered
0

Hi Srilatha,

I found these error messages only in my console

Bootstrap dropdown require Popper.js (https://popper.js.org) TypeError: Bootstrap dropdown require Popper.js (https://popper.js.org)
    at a.l.toggle (http://localhost:8082/styles/web/css/lib/bootstrap.min.js?:6:17287)
    at HTMLButtonElement.<anonymous> (http://localhost:8082/styles/web/css/lib/bootstrap.min.js?:6:19422)
    at Function.each (http://localhost:8082/styles/web/css/lib/jquery-3.3.1.slim.min.js:2:2765)
    at w.fn.init.each (http://localhost:8082/styles/web/css/lib/jquery-3.3.1.slim.min.js:2:1438)
    at w.fn.init.a._jQueryInterface [as dropdown] (http://localhost:8082/styles/web/css/lib/bootstrap.min.js?:6:19219)
    at HTMLButtonElement.<anonymous> (http://localhost:8082/styles/web/css/lib/bootstrap.min.js?:6:21235)
    at HTMLDocument.dispatch (http://localhost:8082/styles/web/css/lib/jquery-3.3.1.slim.min.js:2:41964)
    at HTMLDocument.v.handle (http://localhost:8082/styles/web/css/lib/jquery-3.3.1.slim.min.js:2:39983)

 

Where can i find these Connector error and the other client error related errors

 

answered