itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Uncaught TypeError: Bootstrap's tooltips require Popper.js #294

Closed DAGA86 closed 5 years ago

DAGA86 commented 5 years ago

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)

DAGA86 commented 5 years ago

Sorry, I was not using the bootstrap bundle. It's solved.