Disable autocomplete for username
Closes #81 Changelog-Fixed: Disable autocorrection for username when creating account
This commit is contained in:
@@ -47,6 +47,7 @@ struct CreateAccountView: View {
|
||||
.padding(.leading, -25.0)
|
||||
|
||||
FormTextInput("satoshi", text: $account.nick_name)
|
||||
.autocorrectionDisabled(true)
|
||||
.textInputAutocapitalization(.never)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user