omgovich / react-colorful

🎨 A tiny (2,8 KB) color picker component for React and Preact apps
https://omgovich.github.io/react-colorful
MIT License
3.19k stars 100 forks source link

onChange not triggering in HexAlphaColorPicker through RGB slider. #211

Open SahDhiraj opened 11 months ago

SahDhiraj commented 11 months ago

issue: onChange is not triggering on the drag of the RGB slider but is being triggered when dragged over the canvas and alpha slider. It will start triggering events once the change has been made from the big canvas.

video link: https://nimb.ws/Qwp1gk

code: https://codesandbox.io/p/sandbox/react-colorful-demo-forked-kw3yfp?file=%2Fsrc%2FApp.js

CreativeDive commented 2 months ago

+1