-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
This doesn't bother me very much, but if I ever get into a situation where I need CMYK to be used with my favorite colorPicker of all time, well....
Here's the thing: I set an input
<input class="colorpicker" data-colormode="cmyk" type="text" value="cmyk(15,25,30,40)">
var pickers = new jsColorPicker('input.colorpicker', {});Issues:
- my
data-colormodeattribute gets changed tocmy, weird - Everytime I click my input, the color gets brighter and changes all values in all color modes instead of just opening the current colorpicker instance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels