Version 9.0.6
The problem is that when using the 'hex' mode, the colorpicker does not activate the alpha channel.
To fix this for colorpicker version 2.5, you need to:
specify the 'rgba' mode instead 'hex'
add to the css .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
display: block;
background-size: cover;
}
The problem is that when using the 'hex' mode, the colorpicker does not activate the alpha channel.
To fix this for colorpicker version 2.5, you need to:
specify the 'rgba' mode instead 'hex'
add to the css .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
display: block;
background-size: cover;
}
Comment