-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mat-select is not detecting screen overflow when placeholder is hidden #3831
Labels
P2
The issue is important to a large percentage of users, with a workaround
Comments
jelbourn
added
the
P2
The issue is important to a large percentage of users, with a workaround
label
Mar 29, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 31, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 31, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 1, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 1, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 1, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 18, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 19, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 19, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 21, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 21, 2017
…ntally Prevents the select panel from going outside the viewport along the x axis. Fixes angular#3504. Fixes angular#3831.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
mat-select detects that the dropdown menu will overflow the screen, and repositions the dropdown.
What is the current behavior?
On some cases mat-select will show the dropdown outside of screen.
What are the steps to reproduce?
http://plnkr.co/edit/AMbVUV0JFKI92zLWuUNl?p=preview
What is the use-case or motivation for changing an existing behavior?
I would like to use mat-select dropdown without the placeholder.
The text was updated successfully, but these errors were encountered: