You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation it says that we can use the styleClass option to provide a class to parent. In PrimeNG V17, it's not working properly, since the class put in styleClass is not copied to parent div.
The IDE is also reporting the attribute style class is not allowed.
In the documentation it says that we can use the styleClass option to provide a class to parent. In PrimeNG V17, it's not working properly, since the class put in styleClass is not copied to parent div.
The IDE is also reporting the attribute style class is not allowed.
I don't understand your problem. In the title you wrote toggleButton, but in your example the problem is in InputGroup.
Could you be more clear and add a Stackblitz to see the problem?
In inputgroup the docs doesn't say you can add styleClass in any part
Describe the bug
In the documentation it says that we can use the styleClass option to provide a class to parent. In PrimeNG V17, it's not working properly, since the class put in styleClass is not copied to parent div.
The IDE is also reporting the attribute style class is not allowed.
The Stackblitz for this example is also broken.
Environment
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/fire": "^16.0.0",
"@angular/forms": "^17.0.3"
"primeng": "^17.0.0",
Reproducer
No response
Angular version
17
PrimeNG version
17
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
21.2.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: