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

Triggering a (change) event #644

Open
DhavalVaidya11 opened this issue Sep 18, 2023 · 1 comment
Open

Triggering a (change) event #644

DhavalVaidya11 opened this issue Sep 18, 2023 · 1 comment

Comments

@DhavalVaidya11
Copy link

How can I trigger a change event when I select an item.

@Tweniee
Copy link

Tweniee commented Dec 5, 2023

onSelect will work for you

<angular2-multiselect [data]="dropdownList" [(ngModel)]="selectedItems" [settings]="dropdownSettings" (onSelect)="onItemSelect($event)" (onDeSelect)="OnItemDeSelect($event)" (onSelectAll)="onSelectAll($event)" (onDeSelectAll)="onDeSelectAll($event)"></angular2-multiselect>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants