Open DHANUSH-31 opened 2 weeks ago
Having the same issue on Angular v18 & PrimeNg v17.18.11.
any solution ?
Looks like the resource images are corrupted. I replaced the images and added some style in css. It worked. FYI: style.css / style.scss
/* You can add global styles to this file, and also import other style files */
.p-colorpicker-panel .p-colorpicker-color {
background: transparent url("assets/img/custom-color.png") no-repeat left top
}
.p-colorpicker-panel .p-colorpicker-hue {
background: transparent url("assets/img/custom-hue.png") no-repeat left top !important;
}
custom-color.png
custom-hue.png
Describe the bug
angular version : 14 prime ng version : 9.1.3 color picker is not working
Environment
local
Reproducer
No response
Angular version
14.3.0
PrimeNG version
9.1.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
10.8.2
Browser(s)
chrome latest
Steps to reproduce the behavior
we have added the code for color picker and the shades are static
Expected behavior