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

Component: MultiSelect #14199

Closed
Moh1982KH opened this issue Nov 24, 2023 · 0 comments
Closed

Component: MultiSelect #14199

Moh1982KH opened this issue Nov 24, 2023 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Moh1982KH
Copy link

Describe the bug

If chip is removed onChanges does not trigger.

Environment

node 20, windows

Reproducer

No response

Angular version

16.2.12

PrimeNG version

16.9.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20

Browser(s)

Chrome

Steps to reproduce the behavior

div class="card flex justify-content-center">
<p-multiSelect
[options]="cities"
[(ngModel)]="selectedCities"
placeholder="Select Cities"
optionLabel="name"
display="chip"
[showClear]="true"
(onChange)="onchange($event)"

removing a chip:
image

expected behaivor: onChange should be triggered

Expected behavior

No response

@Moh1982KH Moh1982KH added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 24, 2023
@cetincakiroglu cetincakiroglu 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 Nov 25, 2023
@cetincakiroglu cetincakiroglu self-assigned this Nov 25, 2023
@cetincakiroglu cetincakiroglu added this to the 17.0.0-rc.1 milestone Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants