Wondermarin/react-color-palette

onChangeComplete not invoking when pasting HEX code

csergiu opened this issue · 3 comments

My Environment

Dependency Version
Node.JS version v14.19.1
react-color-palette version v6.1.0

Expected Behavior:

onChangeComplete should be invoked after HEX color code input change

Actual Behavior:

onChangeComplete doesn't get invoked

Additional Context:

Hi! I'm having the same issue, did you find a solution? Thanks

Hi! I'm having the same issue, did you find a solution? Thanks

Yes, I ditched onChangeComplete and just wrapped the onChange callback in a debounce function.

Duplicate #35