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 autocomplete should be positioned correctly independent if it's inside a dialog
What is the current behavior?
When you open a dialog, it automatic focus on the first item. If the dialog component populate the options list of the autocomplete on ngOnInit (with an asynchronous call), the autocomplete gets the wrong position
PS: The error only happens if you populate the autocomplete list on an asynchronous call