CascadeSelect: onChange event fires unexpectedly on component initialization #17525
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
The onChange output event is firing automatically when the component initializes, instead of only triggering when a user interaction occurs
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/mjbmhva7?file=src%2Fapp%2Fimports.ts,src%2Fapp%2Fcascade-select-invalid-demo.html,src%2Fapp%2Fcascade-select-invalid-demo.ts
Environment
windows
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The onChange event should only fire when the value actually changes due to user input.
The text was updated successfully, but these errors were encountered: