Typeahead event should be triggered on focus in ng-select

<ng-select [items]="items$ | async" bindLabel="name" [loading]="loading" [typeahead]="itemsInput$" 
[(ngModel)]="selectedItems"> </ng-select>

Add bellow code

(focus)="itemsInput$.next()"
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments