bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

CRTL+V Change Event Fired #446

Closed abitofBaileys closed 8 years ago

abitofBaileys commented 8 years ago

Hello,

Spectrum is great, I am making much use of it and it reportedly increases the productivity of the people using it in my program.

I have a question regarding the Change Event that is fired once someone pastes a color code into the color input field however, it immediately applies the change (as if picking a color and pressing OK). There is another thread about this at https://github.com/bgrins/spectrum/issues/230

There I read this behaviour is intentional. However, I would love to know how to change the behaviour to the same as picking a color (updating the color picker color but still revert when pressing cancel etc).

Is this possible? I'd appreciate the help.

Thank you very much.