1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-18 11:05:41 +01:00

inputmode email on hint

This commit is contained in:
Kyle Spearrin 2018-07-13 11:34:21 -04:00
parent 4e5bb0d12c
commit 2749216a34

View File

@ -19,7 +19,7 @@
<div class="box-content-row" appBoxRow>
<label for="email">{{'emailAddress' | i18n}}</label>
<input id="email" type="text" name="Email" [(ngModel)]="email" required appAutofocus
appInputVerbatim="false">
inputmode="email" appInputVerbatim="false">
</div>
</div>
<div class="box-footer">