FlexiColorPicker icon indicating copy to clipboard operation
FlexiColorPicker copied to clipboard

A pure JavaScript color picker - no images, external libraries, CSS or 1px divs.

Results 24 FlexiColorPicker issues
Sort by recently updated
recently updated
newest added

i have this example https://jsfiddle.net/vpsnemra1/Ls0zrdrb/ and i want replace the basic color picker with flex picker and saved selected color to localstorage and retrieve it the last selected color to...

I found several small issues while working with the pickers: The color picking process was stopping as soon the mouse pointer left the picker area, which made it very hard...

Is there a way to get to say `#fff` and `#000` without typing it in?

I don't know how you get that values... for me it looks like you randomly picked them from some sample... That are correct: #ff0000 0%, #ffff00 16.7%, #00ff00 33.3%, #00ffff...

changing the slider position resets the picker position to upper right corner. the non minifed version works fine minifying with uglify works . uglify also produces a slightly smaller sized...

I wanted the hue slider to be horizontal and underneath the sat-value picker, so have made changes to enable the color picker to detect vertical vs horizontal (based on height...

for touch device or mobile. if browser can't find PointerEvent support, it will listen default event. it's compatible with [Pointer Events Polyfill](https://github.com/jquery/PEP#why-pointer-events)

downloaded it, extract it, and preview demo on browsers. Chrome working fine, but safari messed up. what did i miss.

As it was requested in issue #32 . I have added three new methods: - `disableEvents` which will be disabling events of entire picker. - `destroyNodes` which will remove picker...

I want to use this color picker in angular but I'll need a way to properly destroy it. The initialization of the color picker adds event listeners that must be...