Answers for "react native textinput turnoff capitalize first letter"

0

react native textinput turnoff capitalize first letter

// Set autoCapitalize to 'none' to stop first letter cap
<TextInput
     placeholder=""
     placeholderTextColor='rgba(28,53,63, 1)'
     autoCapitalize = 'none'
     value ='test'
     />
Posted by: Guest on May-01-2020

Code answers related to "react native textinput turnoff capitalize first letter"

Code answers related to "Javascript"

Browse Popular Code Answers by Language