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
Everywhere, check official example at 200% resolution with minimum 10 option.
What is the use-case or motivation for changing an existing behavior?
Accessibility are facing hard to identify
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
5.2 and 6.0+
Is there anything else we should know?
My Analysis: By default for every screen resolution mat-autocomplete-panel has max-height 256px so if user in higher resolution above 200% then it is getting out from the screen. Overlay height should be adjusted as screen resolution.
The text was updated successfully, but these errors were encountered:
By the looks of it, this is behaving as expected. The logic for placing the panel is that it puts it above or below, depending on which position will show the largest area of the panel. We also have an API for pushing the panel into the viewport if it can't fit, but it's currently disabled because of #11628.
Bug, feature request, or proposal:
Bug
Mat-autocomplete overlay height is not correct proper when user working on 200% browser resolution.
What is the expected behavior?
It should come under selected resolution screen. Overlay height should be adjusted as screen resolution.
What is the current behavior?
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
Everywhere, check official example at 200% resolution with minimum 10 option.
What is the use-case or motivation for changing an existing behavior?
Accessibility are facing hard to identify
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
5.2 and 6.0+
Is there anything else we should know?
My Analysis: By default for every screen resolution mat-autocomplete-panel has max-height 256px so if user in higher resolution above 200% then it is getting out from the screen. Overlay height should be adjusted as screen resolution.
The text was updated successfully, but these errors were encountered: