input type email does not render email alias
See original GitHub issueI 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:
- Created 9 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this? I realize this is a few years later, but I’m having the same issue.
Related to #828… modern browsers no longer support selecting text in input type email and number. See that other issue for more details.