Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Add email content type to webcompat report text field
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba committed Oct 3, 2023
1 parent 8c8988d commit dd02552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Brave/Frontend/Shields/SubmitReportView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct SubmitReportView: View {
Strings.Shields.reportBrokenContactMe,
text: $contactDetails, prompt: Text(Strings.Shields.reportBrokenContactMeSuggestions)
)
.textContentType(.emailAddress)
.textFieldStyle(BraveTextFieldStyle())
.autocorrectionDisabled()
.textInputAutocapitalization(.never)
Expand Down

0 comments on commit dd02552

Please sign in to comment.