-
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
p-tag: styleClass input not working #14020
Comments
Also, it does not supports custom Severity... i think that would be great to accepts a custom severity lets say: p-tag-{severity} The whole concept of severity for all components could be more flexible |
Could you please share a stackblitz reproducer? |
We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days. |
This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you for your understanding! |
Describe the bug
I´m trying to add custom color to tag just by adding new classes, and it seems the Input styleClass is not working, because i does not pass the classes i´ve entered
Environment
v16.6.0
Reproducer
No response
Angular version
16
PrimeNG version
16.6
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
latest
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
<span class that receives [class]="styleClass" should work.
Maybe its conclifting with the [ngClass]="computeClass()" that decides the severity
The text was updated successfully, but these errors were encountered: