-
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
placeholder disappears when using md-line with md-select #2179
Comments
I'm seeing a similar issue, however re-creating it in the Plunker template it works. Has there been any specific changes to amend this? |
I've still got the same issue. Unfortunately no fix yet. I can't replicate in plunker either. |
By the way to fix I'm using fxFlex instead of md-line |
MdLine is intended to be used for text content only, not for more complex components. |
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:
placeholder disappears when using md-line with md-select
What is the expected behavior?
placeholder to remain on screen when using md-line with md-select
What is the current behavior?
placeholder disappears when using md-line with md-select
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
<md-list> <md-list-item> <md-select md-line placeholder="disappearing placeholder"> <md-option>Option</md-option> <md-option>Option</md-option> <md-option>Option</md-option> </md-select> </md-list-item> </md-list>
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: