Developing a .Net Core App. Installed the plugin manually. Everything properly included.
Got his error when initializing the component with $('#colorPickerInput').colorpicker();
I already tried to include popper.js manually, didn't work.
Context
bootstrap-colorpicker version: 3.1.1
bootstrap version: 4.3.1
jQuery version: 3.3.1
Browser name and version: Chrome 73.0.3683.103 64bits
Operative System name an version: Windows 10 Pro 64 bits
Actual behavior
Uncaught TypeError: Bootstrap's tooltips require Popper.js (https://popper.js.org/)
at i (tooltip.js:127)
at new i (popover.js:70)
at HTMLSpanElement. (popover.js:157)
at Function.each (jquery.min.js:2)
at w.fn.init.each (jquery.min.js:2)
at w.fn.init.i._jQueryInterface [as popover] (popover.js:148)
at e.value (bootstrap-colorpicker.min.js:9)
at e.value (bootstrap-colorpicker.min.js:9)
at e.value (bootstrap-colorpicker.min.js:9)
at new e (bootstrap-colorpicker.min.js:9)
Description
Developing a .Net Core App. Installed the plugin manually. Everything properly included. Got his error when initializing the component with $('#colorPickerInput').colorpicker();
I already tried to include popper.js manually, didn't work.
Context
Actual behavior
Uncaught TypeError: Bootstrap's tooltips require Popper.js (https://popper.js.org/) at i (tooltip.js:127) at new i (popover.js:70) at HTMLSpanElement. (popover.js:157)
at Function.each (jquery.min.js:2)
at w.fn.init.each (jquery.min.js:2)
at w.fn.init.i._jQueryInterface [as popover] (popover.js:148)
at e.value (bootstrap-colorpicker.min.js:9)
at e.value (bootstrap-colorpicker.min.js:9)
at e.value (bootstrap-colorpicker.min.js:9)
at new e (bootstrap-colorpicker.min.js:9)