Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocs-bug(Input): email examples don't use email type #20682
Comments
|
@jelbourn , can I take this up? |
|
please consider a P4 - this is a small change with big impact, as it reminds developers to use the right type in order to bring up the relevant keyboards on mobile, improving user experience. |
|
@walvekarnikhil feel free to send a PR |
Documentation Feedback
The examples for email input don't use the input
typeofemail. There's a real opportunity to improve the user experiences of those who tend to copy and paste a lot of code from these examples. Would you addtype="email"to the<input>field in those examples, both in the overview and in the examples pages?If using
type="email"causes problems, at least please provide at least one code example, or calling out why it doesn't play well with Material Angular.Affected documentation pages:
Impact: Our documentation often refers back to the documentation on this site, however, now we have to include these caveats and instructions on the email forms in order to get the correct keyboard to appear on mobile devices.