mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* move translation to core * select scroll directive * register directive * add infinite scroll directive * clean up component and aditional logic * use waitForAsync over async * update docs * change output emitter name * revert to async * restore default value; * test
783 B
783 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Infinite Select Scroll directive | v4.3.0 | Active | 2020-01-14 |
Infinite Select Scroll
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. |