-
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
fix(select): aligned select underline, placeholder and text with input #4063
Conversation
753ae78
to
ffe1a24
Compare
src/lib/select/select.html
Outdated
</div> | ||
<div class="mat-select-value-wrapper" > | ||
<span class="mat-select-value" *ngIf="_selectionModel.hasValue()"> | ||
{{ triggerValue }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove spaces from inside the {{ }}
while you're in here?
@@ -0,0 +1,36 @@ | |||
@import './variables'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add top-level description comment that mentions these are styles used by input-style components, including md-input-container and md-select
33697ca
to
c55fc83
Compare
@mmalerba where did you tested it? |
c55fc83
to
3ae4109
Compare
This was on Ubuntu (both Chrome & Firefox) |
3ae4109
to
12c910e
Compare
- added ellipsis to select placeholder - aligned floating placeholder with input - support font-size fixes angular#2124
12c910e
to
89af97c
Compare
@EladBezalel I'm seeing the same baseline mismatch between inputs and textareas on Mac + Chrome. Can you double-check? |
Worth noting that @mmalerba's second comment:
...is true for me on OSX Safari but not OSX chrome |
Any update on this PR? After two months md-select still does not play well with md-input-container. |
Going to do this by moving |
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. |
fixes #2124