I had the same issue and after two-way binding the textfield with an ngModel it started to apply the placeholder-color to the textfield (this for iOS). Use more contrast color and you will see the changes being applied to your TextField. But I think the desirable approach would be from css or bindingContext. I really think this issue should be reopened. and let you style the placeholder text. ::placeholder { //place rules here } If you are not familiar with pseudo element selectors they are typically prefixed by ::. Connect and share knowledge within a single location that is structured and easy to search. Now lets see how we can change the color of the placeholder for each different browsers. hint that describes the expected value of an input field. Find centralized, trusted content and collaborate around the technologies you use most. The colours defined in bootstrap.min.css.php for placeholders, registration and search etc. input text placeholder color tailwind. set placeholder from css. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. Something similar is happening to me, only when using iOS (Android is fine): I'm using nativescript-localize for translations, and using some language keys for the TextField's hints. Lets find out with the examples given below to learn the method. In most browsers, the placeholder text is grey. CSS. Test application used can be found here in most browsers. Why is there a fake knife on the rack at the end of Knives Out (2019)? Heres an example HTML element to test out your placholder color: If youre using Sass, I have a similar snippet for you: When something is preceded by a colon in CSS, such as ::placeholder, it is a <input placeholder="placeholder" value="not empty" />. nautique g21 surf settings; do swimming pools attract cockroaches; 50 kg grain storage containers; megalovania tabs ukulele . While using W3Schools, you agree to have read and accepted our. Just tried them without the input but unfortunately no change.