Answers for "on active hide place holder"

Go
0

placeholder gone when active

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

Browse Popular Code Answers by Language