0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Made login form iOS friendly

Closed #465
- Introduced type="email" h/t @javorszky
- Introduced special attributes to prevent iOS auto-capitalising/correcting
This commit is contained in:
John O'Nolan 2013-08-20 11:03:56 +02:00
parent e2ef9e5ade
commit af99779688

View file

@ -1,6 +1,6 @@
<form id="login" method="post">
<div class="email-wrap">
<input class="email" type="text" placeholder="Email Address" name="email">
<input class="email" type="email" autocapitalize="off" autocorrect="off" placeholder="Email Address" name="email">
</div>
<div class="password-wrap">
<input class="password" type="password" placeholder="Password" name="password">