fix: change amount-input field type to decimal-pad + words

This commit is contained in:
Richard Ramos 2020-04-21 12:03:09 -04:00 committed by andrey
parent ea346ffe65
commit a0bae67a53
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
{:style {:font-size (if small-screen? 24 38)
:color (if amount-error colors/red colors/black)
:flex-shrink 1}
:keyboard-type :numeric
:keyboard-type :decimal-pad
:accessibility-label :amount-input
:default-value amount-text
:editable (not request?)
@ -163,7 +163,7 @@
{:style {:font-size (if small-screen? 24 38)
:color (when amount-error colors/red)
:flex-shrink 1}
:keyboard-type :numeric
:keyboard-type :decimal-pad
:accessibility-label :amount-input
:default-value amount-text
:auto-focus true