Closed Kisters-BS closed 1 year ago
@Kisters-BS I can see itemvalue with onChange event.
@ashikjs In your console log I can also only see originalEvent and value. There should also be itemValue, see: https://primeng.org/multiselect#api.multiselect.events.MultiSelectChangeEvent
@Kisters-BS Thanks now, understand.
I have tested the fix, it works! Thank you 😊
Describe the bug
Since version 16.7.0 the onChange event does not emit itemValue.
See the regression by comparing the versions: https://github.com/primefaces/primeng/compare/16.6.0...16.7.0
Working example with version 16.6.0: https://stackblitz.com/edit/4a9zpc-afbx9w
Environment
See stackblitz
Reproducer
https://stackblitz.com/edit/4a9zpc
Angular version
16.2.0
PrimeNG version
16.7.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
itemValue is emitted by the onChange event