Load more options to select component if API returns more items

Basic Usage

<mat-select
    adf-infinite-select-scroll
    (scrollEnd)="load()">
    <mat-option *ngFor="let option of options">
        {{ option }}
    </mat-option>
</mat-select>`

Class members

Events

NameTypeDescription
scrollEndEventEmitter<Event>Emitted when scroll reaches the last item.

© 2023 Alfresco Software, Inc. All Rights Reserved.