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:
parent
e2ef9e5ade
commit
af99779688
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue