bootstrap-colorpicker icon indicating copy to clipboard operation
bootstrap-colorpicker copied to clipboard

Make it work with webpack and Bootstrap 5

Open thomasdarde opened this issue 3 years ago • 0 comments

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

thomasdarde avatar Jun 18 '21 08:06 thomasdarde