Answers for "textinput placeholder color"

4

text input placeholder color react native

<TextInput
   placeholder="something"
   placeholderTextColor="#000" 
/>
// By Ray: https://stackoverflow.com/a/44739397
Posted by: Guest on July-28-2021
2

change input placeholder font color

input[type="email"].big-dog::-webkit-input-placeholder {
  color: orange;
}
Posted by: Guest on June-08-2021

Code answers related to "textinput placeholder color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language