I have an MultiSelectComponent which extends primeng MultiSelect
After update from 6.1.6 to 7.0.4
<ul class="not-important"
<li *ngFor="let option of options; let i = index" class="not-important"
(click)="onItemClick($event, option)"
Property 'onItemClick' does not exist on type 'MultiSelect'. What is the replacement? Can't find something in documentation...