Answers for "angular place holder go away when focu"

Go
0

placeholder gone when active

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

Browse Popular Code Answers by Language