Skip to content

fix: Use <input type="email" /> for email addresses - #3406

Merged
joshlarson merged 1 commit into
mainfrom
jdl/fix/email-input-for-email
Aug 5, 2026
Merged

fix: Use <input type="email" /> for email addresses#3406
joshlarson merged 1 commit into
mainfrom
jdl/fix/email-input-for-email

Conversation

@joshlarson

@joshlarson joshlarson commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Scope

No ticket, but while discussing other tickets related to email address validity in customer support submissions, we realized that the input here was type="text". This fixes that.

Screenshots

Inspected element.
Screenshot 2026-08-05 at 12 53 37 PM

Side-by-side of phone keyboard's interaction with the input element. Notice that the dev-green one has the @ and .com buttons to make it easier to type in an email address.
Screenshot 2026-08-05 at 1 31 32 PM

How to test

Go to the customer support form and inspect-element on the email address input. Observe that it now says type="email".

Navigate to the customer support form on dev-green on mobile. See if your keyboard also treats it like an email input, as opposed to a regular text field.

@joshlarson joshlarson added the dev-green Deploy to dev-green label Aug 5, 2026
@joshlarson
joshlarson marked this pull request as ready for review August 5, 2026 17:34
@joshlarson
joshlarson requested a review from a team as a code owner August 5, 2026 17:34
@joshlarson
joshlarson requested a review from thecristen August 5, 2026 17:34
@joshlarson
joshlarson merged commit 3a2993b into main Aug 5, 2026
37 checks passed
@joshlarson
joshlarson deleted the jdl/fix/email-input-for-email branch August 5, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-green Deploy to dev-green

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants