Skip to content

Commit

Permalink
Merge pull request #653 from Expensify/login-auto-capitalize-false
Browse files Browse the repository at this point in the history
Disable auto capitalization for login field
  • Loading branch information
roryabraham authored Oct 14, 2020
2 parents f48c176 + 0db87ce commit bc3536f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/SignInPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class App extends Component {
textContentType="username"
onChangeText={text => this.setState({login: text})}
onSubmitEditing={this.submitForm}
autoCapitalize="none"
/>
</View>
<View style={[styles.mb4]}>
Expand Down

0 comments on commit bc3536f

Please sign in to comment.