Commit be6cb3dc authored by Hanwen Cheng's avatar Hanwen Cheng Committed by Thibaut Sardan
Browse files

fix: disable auto complete when user input recorvery phrase (#303)

parent 47b038a6
Pipeline #45363 failed with stage
in 13 seconds
......@@ -131,6 +131,8 @@ export default class AccountSeed extends Component {
<TextInput
style={[styles.input, invalidStyles]}
multiline
autoCorrect={false}
autoCompleteType="off"
autoCapitalize="none"
textAlignVertical="top"
onSelectionChange={this.handleCursorPosition}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment