pickr
pickr copied to clipboard
change event fired on UI only
whenever I do setColor on the Pickr instance it gets fired. I wonder If I can only listen to the change event when the user manually changes the color on the UI?
See Readme#methods, setColor has a silent argument.
setColor method denotes to changing the color of the instance, setColor still trigger the 'change' event.
version: 1.8.0
Oh that seems to be true, only the save event is supressed... I'll mark this as a feature request.