mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 07:06:18 +00:00
Add auto-capitalize words to keyboard
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
a0bae67a53
commit
df3dec8863
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user