bootstrap-colorpickersliders
bootstrap-colorpickersliders copied to clipboard
Bootstrap 4 support
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.