We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSS Bug
Placeholder should be aligned in the same position as the text like on Chrome/Firefox:
Chrome
Safari
Any app should emulate. My example is with devapp
devapp
gulp serve:devapp
or
<md-input-container floatPlaceholder="never"> <input mdInput name="filter" type="text" placeholder="Filter"> </md-input-container>
@angular/*: 4.2.2 @angular/material: 2.0.0-beta.6 typescript: 2.3.4
Safari: Version 10.1.1 (12603.2.4)
Chrome: Version 58.0.3029.110 (64-bit) (working) Firefox: 53.0.3 (64-bit) (working)
Works on Firefox and Chrome (tested on macOS only)
The text was updated successfully, but these errors were encountered:
Possibly related to #5262, will check after #5154 is merged
Sorry, something went wrong.
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.
mmalerba
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
CSS Bug
What is the expected behavior?
Placeholder should be aligned in the same position as the text like on Chrome/Firefox:
What is the current behavior?
What are the steps to reproduce?
Any app should emulate. My example is with
devapp
gulp serve:devapp
or
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
Works on Firefox and Chrome (tested on macOS only)
The text was updated successfully, but these errors were encountered: