Bug

Alignment according to another field
Misaligned
https://embed.plnkr.co/cqdmVrghMOpUOYESWySg/
I'm building a layout according to the project https://github.com/EladBezalel/material2-start
This uses:
: Host {
聽聽 Display: flex;
聽聽 Flex: 1;
}
In your css, so when I started to use in my project I noticed a disagreement at the height of the fields as picture and plunker. I'm not sure if this is an expected behavior, or if the behavior of the select field should not be interfered with.
Should be fixed by https://github.com/angular/material2/pull/4788, which was merged in yesterday.
@crisbeto
Test with the most recent version that you commented that could have corrected and seems to me to remain the same ... see:
http://embed.plnkr.co/o077B6uEiiIgkC0S06dd/

Seems like that Plunkr is empty. Can you post it again?
@crisbeto , Sorry, continue again
You can get them to (mostly) align if you add align-items: baseline to the container. It seems like our baseline is still ~1px off though @mmalerba.
I just re-did the md-input-container to make all the spacing match the spec. We need to do a similar treatment for the md-select. Actually ideally we should refactor it so that the same CSS styles can be shared by the two components.
This is still happening to me
version: @angular/[email protected]
see #2124
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I just re-did the
md-input-containerto make all the spacing match the spec. We need to do a similar treatment for themd-select. Actually ideally we should refactor it so that the same CSS styles can be shared by the two components.