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

Bootstrap 4 support

Open VirginieGarcin opened this issue 6 years ago • 0 comments

Hi there,

I have an issue using this plugin along with Bootstrap version 4.

JavaScript error: TypeError: No method named "destroy". After closing the popover once, it won't open anymore because of this error.

In Bootstrap 4, "destroy" has been replaced by "dispose". Changing triggerelement.popover('destroy'); with triggerelement.popover('dispose'); solves the issue.

VirginieGarcin avatar Jul 25 '18 06:07 VirginieGarcin