-
Notifications
You must be signed in to change notification settings - Fork 6.8k
mdInput placeholder for type="number" duplicated in FF #4621
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
Comments
@mmalerba can reproduce in Firefox |
cause by this FF bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1004130#c20 I'll look into a workaround |
FF folks filed a separate bug to track which is now marked as fixed, so this should just resolve itself soon... https://bugzilla.mozilla.org/show_bug.cgi?id=1368113 edit: confirmed fix in FF 55.0b3 |
firefox has released this fix now |
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, in FireFox; in Chrome it is OK.
What is the expected behavior?
When focused, placeholder floats above input field, input field is empty (or has value)
What is the current behavior?
Input field still has placeholder, is duplicated.
What are the steps to reproduce?
https://plnkr.co/edit/01tM9NFhIlcLUgHDQ8KZ?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
See plunker, FireFox 53.0.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: