-
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
(Select) select options does not fully responsive #7811
Comments
Any update on this? I've noticed the same behaviour and it's stopping me from using this library. |
Experiencing the same issue here! |
The same :( |
Any update? |
Got the same issue! |
hey any chance to fix dis? |
Any update to solve this? |
Any update please? |
@siqiren819 |
would be great to have it fixed |
Fixes the size of the overlay not being updated by the connected overlay directive, if it changes while open. This is required in order to handle cases like angular#7811.
…ngular#14610) Fixes the size of the overlay not being updated by the connected overlay directive, if it changes while open. This is required in order to handle cases like angular#7811.
…ngular#14610) Fixes the size of the overlay not being updated by the connected overlay directive, if it changes while open. This is required in order to handle cases like angular#7811.
Updates the width of the select panel if the width of the viewport has changed. This handles cases like the user switch their device's orientation. Fixes angular#7811.
Updates the width of the select panel if the width of the viewport has changed. This handles cases like the user switch their device's orientation. Fixes #7811.
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. |
Bug, feature request, or proposal:
[ x ] Bug
What is the current behavior?
At the first show the
select options
, the cdk calculate width for select options, after that when user resize (rotate screen on mobile) the cdk does not recalculate again. So the width of select options is overflowing the container.What is the expected behavior?
The width of select options is adaptive.
What are the steps to reproduce?
Resize this page:
https://angular-dynamic-forms.firebaseapp.com/
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: