mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
bug #5154 - disabled default password autocapitalize in wallet send
This commit is contained in:
parent
aab502bca3
commit
ced652230c
@ -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)])]]]))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user