Skip to content

Commit

Permalink
views/Send: disable auto capitalization on destination field
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Mar 14, 2023
1 parent 57a18d9 commit 2356b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ export default class Send extends React.Component<SendProps, SendState> {
}}
style={styles.textInput}
autoCorrect={false}
autoCapitalize="none"
/>
{!!error_msg && !!destination && (
<View style={{ paddingTop: 10, paddingBottom: 10 }}>
Expand Down

0 comments on commit 2356b0a

Please sign in to comment.