Open Barahten opened 2 years ago
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");
hope this helps
Is there a method in the plugin that allows you to clear the field (analogous to clicking on the Reset button)