Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Invisible placeholder input[text] when using <md-input-container md-no-float> #3433

Closed
sajmons opened this issue Jun 24, 2015 · 1 comment
Closed

Comments

@sajmons
Copy link

sajmons commented Jun 24, 2015

Placeholder is invisible in FireFox 38.0.5.

<md-input-container md-no-float> <input type="text" placeholder="Street name"> </md-input-container>

CodePen example:
http://codepen.io/anon/pen/vOWevY

CSS that causes it:

md-input-container:not(.md-input-has-value) input:not(:focus) {
color: transparent;
}

@Splaktar
Copy link
Member

Splaktar commented Jul 5, 2015

Dup of #2162

@Splaktar Splaktar closed this as completed Jul 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants