hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
144 stars 45 forks source link

Wrong alpha value computation #59

Closed michalpalenkar closed 1 year ago

michalpalenkar commented 1 year ago

When trying to set alpha value starting with 7 (e.g. 75), input will convert it into decimal number.

color-picker-bug

Behavior is visible in the demo picker.

hxf31891 commented 1 year ago

@michalpalenkar fixed in 2.22.23