Answers for "how to hide input placeholder when its going out of it"

Go
0

placeholder gone when active

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

Code answers related to "how to hide input placeholder when its going out of it"

Browse Popular Code Answers by Language