Answers for "place holder shows updated text only on focus angular 5"

Go
0

placeholder gone when active

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

Browse Popular Code Answers by Language