casesandberg / casesandberg/react-color
Chrome HSLA - The parameter setting is not independent of each other
Open
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
When the value of parameter L is 0 %, the value of parameter S is also changed on 0 %. The values of these parameters should be independent of each other
Steps to reproduce:
- go to chrome story in storybook
- click through color formats in picker to get to hsla inputs
- change the lightness value on 0 % - value for saturation is also changed on 0%
- change the saturation value on 50 %
- click on input with lightness
Visible effect:
Value for Saturation is changed on 0 %.
Expected:
Value for Saturation isn't changed.
Contributor guide
Assessment
This issue has not been assessed yet.