You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when you open the select, check any lazy loaded option, reopen it and select the first one, the last selection gets lost since it is no part of the available elements anymore. I've also reported this issue here bithost-gmbh/ngx-mat-select-search#320 since they already needed to take care of this behavior with their filter. But I think this issue is rather infinite-scroll related.
The text was updated successfully, but these errors were encountered:
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 select the first one, the last selection gets lost since it is no part of the available elements anymore. I've also reported this issue here bithost-gmbh/ngx-mat-select-search#320 since they already needed to take care of this behavior with their filter. But I think this issue is rather infinite-scroll related.
The text was updated successfully, but these errors were encountered: