Turn off autocomplete and autocorrent on recovery phrase input field
This commit is contained in:
parent
044de850ec
commit
4fe2e669de
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
||||||
<textarea ng-model="formData.words"
|
<textarea ng-model="formData.words"
|
||||||
rows="3"
|
rows="3"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
|
autocomplete="off"
|
||||||
|
autocorrect="off"
|
||||||
spellcheck="false"></textarea>
|
spellcheck="false"></textarea>
|
||||||
</label>
|
</label>
|
||||||
<div class="qr-scan-icon">
|
<div class="qr-scan-icon">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue