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: onRemove event not getting emitted #15118

Closed
NrujalSharma opened this issue Mar 20, 2024 · 2 comments · Fixed by #15633 · 4 remaining pull requests
Closed

p-multiSelect: onRemove event not getting emitted #15118

NrujalSharma opened this issue Mar 20, 2024 · 2 comments · Fixed by #15633 · 4 remaining pull requests
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@NrujalSharma
Copy link
Contributor

Describe the bug

The onRemove event is not getting emitted when a selection is removed

Environment

Angular application on Chrome

Reproducer

No response

Angular version

~17.0.10

PrimeNG version

^17.6.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

v20.11.0

Browser(s)

Chrome 122.0.6261.129

Steps to reproduce the behavior

No response

Expected behavior

onRemove event should get emitted when an item is removed from selection

@NrujalSharma NrujalSharma added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 20, 2024
@zemalay
Copy link

zemalay commented Apr 22, 2024

Describe the bug
The onRemove event is not getting emitted when a selection is removed

Environment
Angular application on Brave

Reproducer
No response

Angular version
~17.3.3

PrimeNG version
^17.12.0

Build / Runtime
Angular CLI App

Language
TypeScript

Node version (for AoT issues node --version)
v20.11.0

Browser(s)
Brave 1.65.114

Steps to reproduce the behavior
No response

Expected behavior
onRemove event should get emitted when an item is removed from selection

@ermaneng
Copy link

ermaneng commented Jan 2, 2025

when using chips onRemove event is emmitted however not working with the selection checkboxes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment