This is done automatically for every browser except Chrome.
I\'m guessing I have to specifically target Chrome.
Any solutio
This piece of CSS worked for me:
input:focus::-webkit-input-placeholder { color:transparent; }