You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues on intalising the bootstrap-multiselect module in my web application. I am getting the following 'stacktrace'.
react-bootstrap-multiselect/lib/bootstrap-dropdown.js:136
var old = $.fn.dropdown
^
TypeError: Cannot read property 'dropdown' of undefined
at /react-bootstrap-multiselect/lib/bootstrap-dropdown.js:136:17
at Object.exports.init (/react-bootstrap-multiselect/lib/bootstrap-dropdown.js:162:2)
at Object.<anonymous> (/react-bootstrap-multiselect/lib/index.js:5:37)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/react-bootstrap-multiselect/demo/src/App.js:5:19)
The text was updated successfully, but these errors were encountered:
Hi there,
I'm having issues on intalising the bootstrap-multiselect module in my web application. I am getting the following 'stacktrace'.
The text was updated successfully, but these errors were encountered: