onChangeComplete not invoking when pasting HEX code
csergiu opened this issue · 3 comments
csergiu commented
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:
CharlotteArai commented
Hi! I'm having the same issue, did you find a solution? Thanks
csergiu commented
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.
Wondermarin commented
Duplicate #35