Closed arleybls closed 2 years ago
It would be nice to have the possibility to clean the color selection (null) and have a blank slate icon as well (i.e. a crossed circle/box). Could also be available as a swatch.
That's already supported. You just need to set the clearButton option to true:
clearButton
true
Coloris({ ... clearButton: true, ... });
It would be nice to have the possibility to clean the color selection (null) and have a blank slate icon as well (i.e. a crossed circle/box). Could also be available as a swatch.