Skip to content

CMYK issues #64

@thednp

Description

@thednp

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-colormode attribute gets changed to cmy, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions