-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Description
There's a similar issue.
Placeholder in Firefox & Chrome is not working as the spec says.
(...) when the element's value is the empty string and/or the control is not focused
(e.g. by displaying it inside a blank unfocused control and hiding it otherwise).
I would consider adding this:
:focus:-moz-placeholder {
color: transparent !important;
}
:focus:-ms-input-placeholder { /* just to be sure */
color: transparent !important;
}
:focus::-webkit-input-placeholder { /* from github: http://bit.ly/Qrarca */
color: transparent !important;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels