Please why doesn't the textarea placeholder color property work in some phones | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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