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
The dropdown position only gets set when the dropdown is opened. Doing so all the time wouldn't be practical in terms of performance. Once #11495 you can use the updatePosition method to tell it to re-align once your animation is done.
I know the issue is closed but I noticed that with mat-select, the scrolling is disabled when the dropdown section is open. Probably autocomplete component should also do the same.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When an animation starts after the autocomplete dropdown has opened, the list should stick to the autocomplete input field.
What is the current behavior?
The list does not stick to the input field.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-dgvxco

Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.1.1
Material 6.4.2
The text was updated successfully, but these errors were encountered: