-
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
md-select label higher than md-input #2884
Comments
Ok, changing .md-select-placeholder.md-floating-placeholder { top: -17px; } Also in -17 instead of -22 in: Fixes the position of all elements. |
.md-select-trigger {margin: 8px 0;} worked for me |
Yeah, select and input should definitely align. There is an existing issue tracking this though (#2124), so closing this as a dupe. |
Has there been a fix for this yet? |
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:
Images taken from material.angular.io website. Left is md-input and right is md-select.
Why are the labels in different positions?
What is the expected behavior?
Same label position in both components.
What is the current behavior?
md-select label is higher than md-input label.
What are the steps to reproduce?
Just look at md-input/md-select help sections in material.angular.io
What is the use-case or motivation for changing an existing behavior?
User experience is not good.
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.4.4
Angular Material 2.0.0-beta.1
Chrome/IE/Edge
Is there anything else we should know?
md-input-container is not allowed with md-select
The text was updated successfully, but these errors were encountered: