mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 06:07:33 +00:00
* accounts, recover, screen: Android Fix keyboard with upcase * transactions, screen: Android Fix keyboard with upcase
This commit is contained in:
parent
caa1d6e66a
commit
5996f1c3bf
@ -39,15 +39,16 @@
|
||||
(label :t/enter-valid-passphrase))]
|
||||
[view
|
||||
[text-field
|
||||
{:value passphrase
|
||||
:error error
|
||||
:error-color color-blue
|
||||
:label (label :t/passphrase)
|
||||
:label-color color-gray
|
||||
:line-color separator-color
|
||||
:input-style st/input-style
|
||||
:wrapper-style (merge button-input st/address-input-wrapper)
|
||||
:on-change-text #(dispatch [:set-in [:recover :passphrase] %])}]]))
|
||||
{:value passphrase
|
||||
:error error
|
||||
:error-color color-blue
|
||||
:label (label :t/passphrase)
|
||||
:label-color color-gray
|
||||
:line-color separator-color
|
||||
:input-style st/input-style
|
||||
:auto-capitalize :none
|
||||
:wrapper-style (merge button-input st/address-input-wrapper)
|
||||
:on-change-text #(dispatch [:set-in [:recover :passphrase] %])}]]))
|
||||
|
||||
(defview password-input [password]
|
||||
[error [:get-in [:recover :password-error]]]
|
||||
|
@ -57,5 +57,6 @@
|
||||
:secure-text-entry true
|
||||
:label-color :#ffffff80
|
||||
:line-color :white
|
||||
:auto-capitalize :none
|
||||
:input-style st/password-style
|
||||
:on-change-text #(dispatch [:set-in [:confirm-transactions :password] %])}]]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user