givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.07k stars 1.62k forks source link

BS Colorpicker rgba not working #213

Closed assadnazar closed 3 years ago

assadnazar commented 3 years ago

Can't set alpha value. its always converted to rgb only

assadnazar commented 3 years ago

changed line 15 from var colorpicker = $('.input-group', colorinput).colorpicker(); to var colorpicker = $('.input-group', colorinput).colorpicker({ format: 'rgba' }); in plugin-bootstrap-colorpicker.js