Skip to content

Commit

Permalink
Add auto-capitalize words to keyboard
Browse files Browse the repository at this point in the history
Signed-off-by: andrey <motor4ik@gmail.com>
  • Loading branch information
Serhy authored and flexsurfer committed Jun 22, 2020
1 parent a0bae67 commit df3dec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/status_im/ui/screens/wallet/send/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
:color (if amount-error colors/red colors/black)
:flex-shrink 1}
:keyboard-type :decimal-pad
:auto-capitalize :words
:accessibility-label :amount-input
:default-value amount-text
:editable (not request?)
Expand Down Expand Up @@ -164,6 +165,7 @@
:color (when amount-error colors/red)
:flex-shrink 1}
:keyboard-type :decimal-pad
:auto-capitalize :words
:accessibility-label :amount-input
:default-value amount-text
:auto-focus true
Expand Down

0 comments on commit df3dec8

Please sign in to comment.