Answers for "onfocus make the placeholder go away in input"

Go
0

placeholder gone when active

input:focus::placeholder {
  color: transparent;
}
Posted by: Guest on February-18-2020

Code answers related to "onfocus make the placeholder go away in input"

Browse Popular Code Answers by Language