Closed
Description
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?
What is the current behavior?
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.