mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 07:00:09 -05:00
Remove spellcheck in keychain code input fields
This commit is contained in:
parent
5121347640
commit
7ffb7ca148
@ -44,7 +44,8 @@
|
|||||||
|
|
||||||
<div class="form__row">
|
<div class="form__row">
|
||||||
<input type="text" class="input-text" ng-model="code" wo-input-code wo-focus-me="step === 2"
|
<input type="text" class="input-text" ng-model="code" wo-input-code wo-focus-me="step === 2"
|
||||||
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000">
|
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000"
|
||||||
|
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
|
||||||
</div>
|
</div>
|
||||||
<div class="spinner-block" ng-show="busy">
|
<div class="spinner-block" ng-show="busy">
|
||||||
<span class="spinner spinner--big"></span>
|
<span class="spinner spinner--big"></span>
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
<p class="typo-paragraph">Please confirm the keychain code you have written down.</p>
|
<p class="typo-paragraph">Please confirm the keychain code you have written down.</p>
|
||||||
<form class="form">
|
<form class="form">
|
||||||
<input type="text" class="input-text" ng-model="inputCode" wo-input-code wo-focus-me="step === 2"
|
<input type="text" class="input-text" ng-model="inputCode" wo-input-code wo-focus-me="step === 2"
|
||||||
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000">
|
required pattern="([a-zA-Z0-9\-]*)" placeholder="0000-0000-0000-0000-0000-0000"
|
||||||
|
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user