ng-mat-select-infinite-scroll
ng-mat-select-infinite-scroll copied to clipboard
Infinite Scroll directive for angular material select component
I'm getting the following error message when building my application after adding infinite scrolling: ``` Error: node_modules/ng-mat-select-infinite-scroll/lib/mat-select-infinite-scroll.module.d.ts:7:21 - error TS2694: Namespa ce '"C:/terrazo_webui/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'. 7 static...
**Below is how I'm using infinite scroll with mat-select:** _I've checked and found that when mat-options are put inside of div onscroll stops working._ ``` Amenities {{ amenity.name }} ```
After updating to the latest version, I receive the following error: Error: ./node_modules/ng-mat-select-infinite-scroll/fesm2015/ng-mat-select-infinite-scroll.js 92:10-28 "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core' Can anyone correlate?
I've modified your stackblitz so the loaded items are reset every time the select opens: https://stackblitz.com/edit/ng-mat-select-infinite-scroll-zbykih?file=src%2Fapp%2Fapp.component.html Now when you open the select, check any lazy loaded option, reopen it and...
is it posssible to add search functionality with select
Great directive, thanks! I have an issue in the current provided example: https://stackblitz.com/edit/ng-mat-select-infinite-scroll Reproduction: 1. Open the "select" and select "Option 4". 2. Close the "select", reopen and select "Option...
hi , after set value of mat-select , no pre-selection is visible.could you help with this issue
Hi **MatSelect** and **MatAutocomplete** are very similar elements and I would expect to use this directive with MatAutocomplete. Here is my code : ``` {{option}} ``` Unfortunately the `nextBatch` function...
On the first open of the select, if the first selected item is the last of the first batch, the select will scroll to the first selected. But the method...