diff --git a/Sources/Brave/Frontend/Shields/SubmitReportView.swift b/Sources/Brave/Frontend/Shields/SubmitReportView.swift index 3dcbd303ddf..314b76504c5 100644 --- a/Sources/Brave/Frontend/Shields/SubmitReportView.swift +++ b/Sources/Brave/Frontend/Shields/SubmitReportView.swift @@ -40,6 +40,7 @@ struct SubmitReportView: View { Strings.Shields.reportBrokenContactMe, text: $contactDetails, prompt: Text(Strings.Shields.reportBrokenContactMeSuggestions) ) + .textContentType(.emailAddress) .textFieldStyle(BraveTextFieldStyle()) .autocorrectionDisabled() .textInputAutocapitalization(.never)