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
From what I can tell so far there is not an outright 'clear' method you can use the 'set' method and pass an empty string, or the string 'clear'
$("#color-picker").spectrum("set", "");
$("#color-picker").spectrum("set", "clear");
Is there a method in the plugin that allows you to clear the field (analogous to clicking on the Reset button)
The text was updated successfully, but these errors were encountered: