ngx-color icon indicating copy to clipboard operation
ngx-color copied to clipboard

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Results 28 ngx-color issues
Sort by recently updated
recently updated
newest added

When using any Color Component that has a pointer picker, such as chrome or photoshop, after a mouse click, the pointer keeps following the cursor indefinitely. This is only happening...

Hi I am trying to initialize `` without the previous state. My application is to create a list of tasks and I want the user to be able to select...

Is it possible to retrieve the alpha value when using color.hex on ColorEvent? it would be better than doing ```typescript let hexValue = colorEvent.color.hex || ''; if (hexValue.length === 7)...

![image](https://user-images.githubusercontent.com/7513188/142475570-115e9272-0587-4f60-a1ff-e6d7f369c427.png)

Can we clear the default value of the color in the colorcircle or colorchrome module. ` @ViewChild("circle")colorchosen; ` want colorchosen.hex to be ""

I need use the disable attribute in order to not allow user to modify the field. With disable attribute it does not work. Is there any way to do it?...

I think there is an issue with the definition of width for sketch, it put : > width - Number, Width of picker. Default 200 But it should be string...

It would be nice to allow the color to be `undefined` on init. Current behaviour when color input is `undefined`: ``` Cannot read property 'hex' of undefined at toState (color.ts:28)...

Try any color picker that allows for dragging https://ngx-color.vercel.app If you go to the bottom right corner, it stops being accurate and will finally reset to black in the left...