question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

input type email does not render email alias

See original GitHub issue

I was going crazy trying to figure out why the email alias was not working, turns out input type="email" will break it. Is this a known issue? I couldn’t find anything about it.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
brada1703commented, May 10, 2019

Any update on this? I realize this is a few years later, but I’m having the same issue.

0reactions
Mottiecommented, Mar 2, 2015

Related to #828… modern browsers no longer support selecting text in input type email and number. See that other issue for more details.

Read more comments on GitHub >

github_iconTop Results From Across the Web

<input type="email"> - HTML: HyperText Markup Language
<input> elements of type email are used to let the user enter and edit an email address, or, if the multiple attribute is...
Read more >
ASP.Net MVC not rendering email as type="email"
The DataType attribute doesn't do any validation or render the email attribute on the input. This question describes how to add email ......
Read more >
Validating email addresses - The complete HTML5 tutorial
No matter what the user is going to submit, it is going to look like an email address. Here is how it looks:...
Read more >
Send emails from a different address or alias - Gmail Help
On your computer, open Gmail. · In the top right, click Settings · Click the Accounts and import or Accounts tab. · In...
Read more >
Forms - Bootstrap
<form> <div class="form-group"> <label for="exampleInputEmail1">Email ... Disabled checkboxes and radios are supported, but to provide a not-allowed cursor ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found