Answers for "how to hide value of placeholder on focus using jquery"

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 value of placeholder on focus using jquery"

Browse Popular Code Answers by Language