We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
placeholder to remain on screen when using md-line with md-select
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>
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
kara
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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: