Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
the input with some variation should show placeholder text and it will float above once typing into.
What is the current behavior?
the inpu area never shows placeholder text
What are the steps to reproduce?
floatPlaceholder="auto" i use this | never or | always and the placeholder text never is in the initial input
Providing a Plunker (or similar) is the best way to get the team to see your issue.
I have provided a plunkr which works as intended...
http://plnkr.co/edit/sNfQGZ4yRXnLaureGCbl?p=preview
But this is not how it is working in development. I went through the process of removing all of my css to assure nothing was conflicting with it... It is still broken. As well, i installed it on a fresh starter package and the same thing occurs.
Which versions of Angular, Material, OS, browsers are affected?
"@angular/common": "~2.4.8",
"@angular/compiler": "~2.4.8",
"@angular/core": "~2.4.8",
"@angular/forms": "~2.4.8",
"@angular/http": "~2.4.8",
"@angular/material": "^2.0.0-beta.2",
Is there anything else we should know?
These last changes to material where a lot of breaking changes... and some of them seemed very unnecessary such as going from md to mat... :( sorry just providing feedback.
also, is anyone concerned that Angular 4 will be released prior to angular material 2 being finished? How will this be handled with Angular 4. Will material just work with ongoing angular versions?