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

onChangeComplete calling before changecomplete

Open joebnb opened this issue 4 years ago • 2 comments

 <ChromePicker color={currentValue} onChangeComplete={handleChange} />

handleChange will called several times before mouse up

joebnb avatar Aug 18 '20 08:08 joebnb

https://github.com/casesandberg/react-color/blob/master/src/components/common/ColorWrap.js#L30

because it's using debounce instead of mouse event…

seognil avatar Jan 07 '21 08:01 seognil

no update on this?

iamisti avatar Feb 21 '24 07:02 iamisti