Merge pull request #6082 from e5faf2/disable-predictive-typing-on-seed

Turn off autocomplete and autocorrect on recovery phrase input field
This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-23 11:05:20 -03:00 committed by GitHub
commit a6b6536946

View file

@ -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">