We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I upgraded PrimeNG from v15 to v16.9 and noticed that all of my tags with attribute [rounded]=true do not show rounded edges.
I am running angular 16.2.12 and primeng 16.9.1.
If I revert back to v15 of PrimeNG everything works as expected.
No response
16.2.12
16.9.1
Angular CLI App
TypeScript
20.5.0
Google Chrome
Add tag element and use the [rounded]=true attribute
The tag is expected to have rounded corners (pills).
The text was updated successfully, but these errors were encountered:
Please see the examples v16.9.1: https://www.primefaces.org/primeng-v16/tag#pill v17: https://primeng.org/tag#pill
Sorry, something went wrong.
I'm not convinced this is completed...I looked at the examples As I noted in my example I am using [rounded]=true and v16.9.1 is not honoring that.
Something is kosher moving from 15 to 16...
No branches or pull requests
Describe the bug
I upgraded PrimeNG from v15 to v16.9 and noticed that all of my tags with attribute [rounded]=true do not show rounded edges.
Environment
I am running angular 16.2.12 and primeng 16.9.1.
If I revert back to v15 of PrimeNG everything works as expected.
Reproducer
No response
Angular version
16.2.12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.5.0
Browser(s)
Google Chrome
Steps to reproduce the behavior
Add tag element and use the [rounded]=true attribute
Expected behavior
The tag is expected to have rounded corners (pills).
The text was updated successfully, but these errors were encountered: