Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
be6cb3dc
Commit
be6cb3dc
authored
Aug 02, 2019
by
Hanwen Cheng
Committed by
Thibaut Sardan
Aug 02, 2019
Browse files
fix: disable auto complete when user input recorvery phrase (#303)
parent
47b038a6
Pipeline
#45363
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/AccountSeed.js
View file @
be6cb3dc
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment