-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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-input placeholder text is partially hidden #795
Comments
Doesn't seem to happen on Chrome / Firefox / Edge in Windows (Angular2 RC4 & Material2 alpha 6) |
I'll see if I can make a plunkr or repo to reproduce it. Is there any plunkr template that has the latest alpha? The one in the Readme seems to have the alpha-5: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd?p=preview |
I'm seeing a similar behaviour with the hint labels after upgrading to alpha-6 but cant seem to reproduce it in @DzmitryShylovich's plunk it is however present on the material demo app. |
@DzmitryShylovich Are you sure this includes the latest input? It seems the I created a repo to demonstrate it: Apologies for the large repo to demonstrate a rather small bug (i just used the angular-2-webpack-starter). |
Same here, I just currently slapped a md-input { overflow: visible !important; } in my css. |
I'm experiencing the issue with hidden hint labels aswell. |
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:
Bug introduced in the latest alpha-6. I'm not sure if I'm using it wrong or if this is expected behaviour.
What is the expected behavior?
Current behaviour in alpha-5
What is the current behavior?
After upgrading to alpha-6
What are the steps to reproduce?
Using md-input.
Which versions of Angular, Material, OS, browsers are affected?
Using Angular RC-3, Material alpha-6.
It's affected in Safari, Firefox and Chrome on OSX. Haven't tested other browsers.
Is there anything else we should know?
Introduced in the following commit: cf2703c
Disabling the
overflow: hidden
on the:host
selector for md-input solves the issues.The text was updated successfully, but these errors were encountered: