Answers for "how to hide placeholder text of an input field"

Go
0

hide placeholder on focus

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

Code answers related to "how to hide placeholder text of an input field"

Browse Popular Code Answers by Language