Please why doesn't the textarea placeholder color property work in some phones | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please why doesn't the textarea placeholder color property work in some phones

https://code.sololearn.com/W0tk6mOF5BZm/?ref=app

13th Apr 2018, 12:42 AM
Sammy
Sammy - avatar
2 Answers
+ 9
Change ::placeholder to ::-webkit-input-placeholder The problem is that ::placeholder is not standard. Depending on the browser you should also define other things like ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder
13th Apr 2018, 12:52 AM
Mickel
Mickel - avatar
+ 2
thanks Sanchez
13th Apr 2018, 12:24 PM
Sammy
Sammy - avatar