-
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: Tristatecheckbox #17137
Comments
This component no longer exists. Use p-checkbox with binary=false |
Visually it is not the same, for a user used to seeing the 3 options, it is not the same. |
<p-checkbox [(ngModel)]="checked" [binary]="true" [indeterminate]="true" /> |
Yes, I know about this option, but it's not the same. |
Hi, It's removed and it's announced in migration guide https://primeng.org/guides/migration Closing the issue, you can use indeterminate checkbox instead https://primeng.org/guides/migration |
Describe the bug
What happened with the Tristatecheckbox component in PrimeNG19?
Seems it is not available anymore. Is a bug?
Environment
Angular 19 with PrimeNG 19
Reproducer
No response
Angular version
19.0.0
PrimeNG version
19.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.14.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: