react-color icon indicating copy to clipboard operation
react-color copied to clipboard

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Results 170 react-color issues
Sort by recently updated
recently updated
newest added

When I tried to use `react-color` inside of a Shadow DOM then none of the text inputs worked. Digging down into the code I found this single line that was...

SketchPicker use in the SSR project: ` ` chrome devtools show: ![image](https://user-images.githubusercontent.com/5476455/110310194-36761200-803d-11eb-890a-527e3919ce1f.png) during debug the SketchPicker source code, I find there is something need update: https://github.com/casesandberg/react-color/blob/master/src/components/sketch/Sketch.js#L118 ![image](https://user-images.githubusercontent.com/5476455/110310724-d0d65580-803d-11eb-94f5-14f8a866c78c.png) Checkboard need props...

Hi, can we add mouseUp event? onChangeComplete its not enough because only when the user leave the mouse I want to do specific operation

enhancement
help wanted
need more info

![image](https://user-images.githubusercontent.com/18198566/104293955-ac437e80-54cf-11eb-8461-4c04aac73558.png)

I keep getting this error as soon as I show the color picker. Uncaught TypeError: Cannot read property 'canvas' of undefined at Checkboard (Checkboard.js:22) at Checkboard (index.js:94) at renderWithHooks (react-dom.development.js:14803)...

Hey awesome thing you've got here! What do you think about 8 digit hex codes, as explained [here](https://css-tricks.com/8-digit-hex-codes/)? The rightmost 2 digits represent alpha value. I know apps like Photoshop...

enhancement

When using with webpack since 2.19.3 it breaks when: ``` import color from 'react-color/lib/helpers/color' ... then in code use: color.isValidHex(data.hex) ``` causes error. I guess it is because in color.js...

Hello! I'm using SketchPicker When I type the hex color, it autocompletes... for example: If I type **ccd** it autocompletes to **ccccdd**, even before I had the chance to type...

help wanted

I found some bug from here. http://casesandberg.github.io/react-color/#examples In second example, it jump drag position like this. ![color-picker-bug](https://user-images.githubusercontent.com/1798916/88240421-03eff280-ccc2-11ea-9aa4-01b16b031d3a.gif)