Added autocapitalize="off" on email address (login form) and search input fields for iOS devices.
This commit is contained in:
parent
9432886cac
commit
1969089cdd
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
</#if>
|
||||
|
||||
<label for="loginName">Email</label>
|
||||
<input id="loginName" name="loginName" class="text-field focus" type="text" value="${loginName!}" required autofocus />
|
||||
<input id="loginName" name="loginName" class="text-field focus" type="text" value="${loginName!}" autocapitalize="off" required autofocus />
|
||||
|
||||
<label for="loginPassword">Password</label>
|
||||
<input id="loginPassword" name="loginPassword" class="text-field" type="password" required />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue