This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
stefan.stamenovic
/
diligent-react-native
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed uppercase letter and autocorrect
new-app
Lazar Kostic
3 years ago
parent
c4fed67caf
commit
78debfa90b
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
components/InputField.jsx
+ 2
- 0
components/InputField.jsx
View File
@@ -38,6 +38,8 @@ const InputField = ({
) : (
<TextInput
name={name}
autoCapitalize='none'
autoCorrect={false}
placeholder={label}
placeholderTextColor="#C6C6C6"
keyboardType={keyboardType}
Write
Preview
Loading…
Cancel
Save