<ng-select [items]="items$ | async" bindLabel="name" [loading]="loading" [typeahead]="itemsInput$" [(ngModel)]="selectedItems"> </ng-select>
Add bellow code
(focus)="itemsInput$.next()"
Subscribe
Login
0 Comments