Skip to content

Commit

Permalink
[PM-14680] Change username entry to have an email address keyboard (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Jan 30, 2025
1 parent 20b76b8 commit b9ffb2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extension TextFieldConfiguration {
/// A `TextFieldConfiguration` for applying common properties to username text fields.
static let username = TextFieldConfiguration(
isAutocorrectionDisabled: true,
keyboardType: .default,
keyboardType: .emailAddress,
textContentType: .username,
textInputAutocapitalization: .never
)
Expand Down

0 comments on commit b9ffb2d

Please sign in to comment.