79279134

Date: 2024-12-13 17:34:24
Score: 1
Natty:
Report link
<ng-select
    placeholder="Select some items"
    [items]="items"
    [(ngModel)]="selectedItems"
    bindLabel="name"
    bindValue="id"
    (search)="onSearch($event)"
</ng-select>

onSearch(event:any){
console.log(event)

}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: miad