If i choose a color, then i click outside the colorpicker, the "change" event is fired :( i don't want it to be fired because i don't made a change on my color.
How can i disabled it ? I tryed with the param : clickoutFiresChange = false. but there is still this issue.
Hi,
I made a codepen example for the issue : http://codepen.io/anon/pen/PNVJKM
If i choose a color, then i click outside the colorpicker, the "change" event is fired :( i don't want it to be fired because i don't made a change on my color.
How can i disabled it ? I tryed with the param : clickoutFiresChange = false. but there is still this issue.
Thank you for your help.