Skip to content
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

p-multiselect: MultiSelectChangeEvent wrong select value #15954

Closed
Emiliorth opened this issue Jul 3, 2024 · 0 comments · Fixed by #15956
Closed

p-multiselect: MultiSelectChangeEvent wrong select value #15954

Emiliorth opened this issue Jul 3, 2024 · 0 comments · Fixed by #15956
Assignees
Labels
LTS-16-PORTABLE LTS-FIXED-16.9.12 Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Emiliorth
Copy link

Describe the bug

MultiSelectChangeEvent gives originalEvent.selected opposite value to the real state. When you select item, it has false value, when you deselect item, it has true value

Environment

Angular, PrimeNG

Reproducer

No response

Angular version

18.0.3

PrimeNG version

17.18.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

22.2.0

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

No response

@Emiliorth Emiliorth added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 3, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 3, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.18.3 milestone Jul 3, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Jul 3, 2024
cetincakiroglu added a commit that referenced this issue Jul 4, 2024
Fixed #15954 - MultiSelect | MultiSelectChangeEvent wrong select value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-16-PORTABLE LTS-FIXED-16.9.12 Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants