Open vekunz opened 5 years ago
Any updates on this matter? will it be addressed on any upcoming release?
Thank you!
Hi! Any update on this issue ?
Any updates on this?
This is currently unsupported and blocked by https://github.com/angular/components/issues/10122. It's unknown at this time if, once virtual scrolling is supported by mat-autocomplete
, users will be able to provide their own cdk-virtual-scroll-viewport
.
Hi All,
We have been using Angular 17 and Angular Material 14.2.7 in our application. The same issue exists in the latest version as well. Is it possible to provide a workaround solution or prioritize this issue as high and provide a fix?
Hi All,
We have been using Angular 17 and Angular Material 14.2.7 in our application. The same issue exists in the latest version as well. Is it possible to provide a workaround solution or prioritize this issue as high and provide a fix?
I found this in another thread as a workaround, doesn't seem like it'll be fixed anytime soon unfortunately. https://www.npmjs.com/package/ngx-virtual-select-field
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-5rmvpq
Steps to reproduce:
Expected Behavior
If the focus goes beyond the visible viewport, the list should automaticly scroll down/up
Actual Behavior
It just doesn't scroll, and if the end of the actuall renderd items is reached, it comes back to the start and doesn't render new items.
By the way we had to implement a little hack that the virtual viewport is correctly rendert at all. It is the (opened)-Event at the mat-autocomplete you can see in the stackblitz example.
Environment