Add auto-capitalize words to keyboard

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Serhy 2020-06-19 19:33:45 +03:00 committed by andrey
parent a0bae67a53
commit df3dec8863
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272

View File

@ -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?)
@ -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