acf-color-palette icon indicating copy to clipboard operation
acf-color-palette copied to clipboard

Values are always converted to rgba

Open moritzlang opened this issue 5 years ago • 1 comments

When updating the value of the input, a color which is not in the rgba format e.g. defined as #363EFF : Blue is converted to rgba. Therefore the values the user defined are not respected. This commit fixes the behaviour to always use the color defined by the user.

moritzlang avatar Nov 29 '20 23:11 moritzlang

I'm not able to reproduce your bug :/ I have updated my dev version with the changes into #7 and all mechanisms are OK.

According to this comment, if your remove the code of your PR, all values will be into rgb or rgba format...

7studio avatar Dec 03 '20 14:12 7studio