Component: TriStateCheckBox ngModelChange doesn't fire when ngModel binding set programmatically #14019
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
TriStateCheckBox's ngModelChange doesn't emit an event when ngModel binding set programmatically
Environment
N/A
Reproducer
https://stackblitz.com/edit/n6ctbj?file=src%2Fapp%2Fdemo%2Ftri-state-checkbox-basic-demo.html
Angular version
16.2.0
PrimeNG version
16.7.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
latest
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
In this stackblitz, I expect a message when one of the buttons is pressed (same behavior as when the checkbox itself is clicked).
The text was updated successfully, but these errors were encountered: