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

Make it work with webpack and Bootstrap 5 #330

Open thomasdarde opened 3 years ago

thomasdarde commented 3 years ago

Could this code : var useGetInstance = window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance be changed by var useGetInstance = window.Popover && window.Popover.getInstance || window.bootstrap && window.bootstrap.Popover && window.bootstrap.Popover.getInstance

And this.popoverTarget.popover be changed .

Today the plugin is compatible with bootsrtrap 5 only by including all bootstrap 5 in the code