Answers for "react input field 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

Code answers related to "react input field placeholder color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language