Closed
Description
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
- Lack of time
- Unsure how to implement the fix/feature
- Difficulty understanding the codebase
- Other
Other Reason
No response
Reproducer
Environment
windows
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
- Add the component with an onChange handler.
- Observe that the handler executes immediately on load, without any user interaction.
Expected behavior
The onChange event should only fire when the value actually changes due to user input.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done