-
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
floatPlaceholder="auto" or any other input doesn't show placeholder text #3246
Comments
If I understand correctly, the plunker you've linked is showing correct behavior. Do you think you could provide a plunker that demonstrates the incorrect behavior? Or link to the fresh starter repo that has the same problem? |
Yeah, this is difficult for us to look into if all we have is a working example. Please provide something we can use to reproduce or we will need to close the issue. To address your other question, the mat- change was necessary to support apps upgrading from AngularJS Material to Angular Material. Apologies if this reason was not well communicated. |
Sounds like it could be related to #3196. |
hey @willshowell and @kara I will find a quick start and add it in there so there is something to see. ... one of my go to setups is the quickstart finished build that was but now that is gone (i wish you all would put both the seed and end build quickstart repo back.) |
@xtianus79 be sure to check out #3196 as @crisbeto mentioned. You need to have You can see that, if you remove that line from the plunker, the placeholders break in the same way you mentioned in your original comment. |
@willshowell @crisbeto lol yes that was exactly it. That wasn't in there. Thanks!!! |
@willshowell @crisbeto one thing that adds to the confusion is that in the documentation you guys aren't using the new api standards...
|
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
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?
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?
The text was updated successfully, but these errors were encountered: