Turn off autocomplete and autocorrent on recovery phrase input field

This commit is contained in:
Valery Pavlov 2017-05-19 23:29:44 +04:00
commit 4fe2e669de

View file

@ -18,6 +18,8 @@
<textarea ng-model="formData.words"
rows="3"
autocapitalize="off"
autocomplete="off"
autocorrect="off"
spellcheck="false"></textarea>
</label>
<div class="qr-scan-icon">