-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: Primeng color picker is not working #16586
Comments
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. /* 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;
} |
got the same issue with angular 17.1 and and primeng 17.18 |
The 17.18.10 last version where it works fine, 4 versions have already been released and the bug has not been fixed. 😰 |
Eh yeah that's PrimeNG for ya |
@horizoncarlo Actually the guys do a great job (thank you for that), but sometimes they rush a lot and create bugs that paradoxically they don't rush to fix (. |
See #13820 (comment) |
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
The text was updated successfully, but these errors were encountered: