Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 739 Bytes

infinite-select-scroll.directive.md

File metadata and controls

30 lines (23 loc) · 739 Bytes
Title Added Status Last reviewed
Infinite Select Scroll directive
v4.3.0
Active
2020-01-14

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

Name Type Description
scrollEnd EventEmitter<Event> Emitted when scroll reaches the last item.