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
feat(autocomplete): add updatePosition() method to MatAutocompleteTrigger
Add an updatePosition() method to MatAutocompleteTrigger that re-evaluates the position of the
autocomplete panel overlay and falls back to the above position if necessary. This is useful if
enough options have been added to the panel while it is open to cause it to exceed the viewport.
Fixes#11492
0 commit comments