bug #5154 - disabled default password autocapitalize in wallet send

This commit is contained in:
Goran Jovic 2018-07-23 14:13:58 +02:00 committed by Roman Volosovskyi
parent aab502bca3
commit ced652230c
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@
:placeholder-text-color components.styles/color-gray4
:on-change-text #(re-frame/dispatch [:wallet.send/set-password (security/mask-data %)])
:style styles/password
:accessibility-label :enter-password-input}]
:accessibility-label :enter-password-input
:auto-capitalize :none}]
(when wrong-password?
[tooltip/tooltip (i18n/label :t/wrong-password)])]]]))