Skip to content

Commit

Permalink
fix: change amount-input field type to decimal-pad + words
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Apr 21, 2020
1 parent 37028c6 commit adbf274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/ui/screens/wallet/send/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
{:style {:font-size (if small-screen? 24 38)
:color (when amount-error colors/red)
:flex-shrink 1}
:keyboard-type :numeric
:keyboard-type :decimal-pad
:auto-capitalize :words
:accessibility-label :amount-input
:default-value amount-text
:editable (not request?)
Expand Down

0 comments on commit adbf274

Please sign in to comment.