uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
274 stars 92 forks source link

Direction/angle color issue #139

Open lorenx opened 7 months ago

lorenx commented 7 months ago

https://github.com/uiwjs/react-color/assets/890454/5ad45ea9-88bf-47d0-ba3d-69b0a3f02b91

Hello. I tried to customize the wheel by setting direction and angle but they just change the visualization of the background, both the Pointer color and onChange ColorResult still use the "original" color (with default direction="anticlockwise" and angle=180).

Am I missing something?

briansellesphero commented 4 months ago

Experiencing same issue. Need angle/direction properties to match legacy color wheels in our app.