Chrome picker hex bug
Closed this issue · 0 comments
Problem Description:
If you change the value in the alpha field of rgba/hsla mode, the chrome picker can't be changed to hex mode anymore. As a result, you can switch only between rgba mode and hsla mode. The same issue was brought up in the following issue as well:
I noticed the same thing ! I also noticed that once it is switched to rgba mode, you cannot go back to Hex mode, you can only switch between rgba and hsla.
I read the way you workaround this issue, but it just disables the rgb view, right ? It doesn't really fix the problem...
Originally posted by @sophiemoire in casesandberg/react-color#432 (comment)
Expected Result:
With this problem, I would expect that when the value of alpha is changed in the rgba/hsla mode, chrome picker can still be changed to hex mode with the correct color value, which reflects the alpha value as well.