You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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;
}
The text was updated successfully, but these errors were encountered: