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
When inside a flex layout (pure css), the md-select must behave consistently, independent if it has a ngModel or not.
What is the current behavior?
When the md-select has a ngModel, and it's width is different from the default at page load (inside of a flex layout), the component does not fit inside the container.
What is the use-case or motivation for changing an existing behavior?
We need to display our pages in a responsive layout and are using just pure css flex layout while we wait for Angular Flex Layout to became more stable.
Which versions of Angular, Material, OS, browsers are affected?