You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to add a continuous update mode, where the picker color doesn't need to be "chosen" or "dismissed" to update the underlying input?
The text was updated successfully, but these errors were encountered:
$("foo").spectrum({clickoutFiresChange: true,preferredFormat: "hex6",showInput: true,showButtons: true,allowEmpty: true}).on("dragstop.spectrum",function(e,color){$(this).spectrum("set",color);// doesn't seem to actually set the value});
would it be possible to add a continuous update mode, where the picker color doesn't need to be "chosen" or "dismissed" to update the underlying input?
The text was updated successfully, but these errors were encountered: