mirror of
https://github.com/status-im/status-react.git
synced 2025-02-10 09:57:15 +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)
|
:color (if amount-error colors/red colors/black)
|
||||||
:flex-shrink 1}
|
:flex-shrink 1}
|
||||||
:keyboard-type :decimal-pad
|
:keyboard-type :decimal-pad
|
||||||
|
:auto-capitalize :words
|
||||||
:accessibility-label :amount-input
|
:accessibility-label :amount-input
|
||||||
:default-value amount-text
|
:default-value amount-text
|
||||||
:editable (not request?)
|
:editable (not request?)
|
||||||
@ -164,6 +165,7 @@
|
|||||||
:color (when amount-error colors/red)
|
:color (when amount-error colors/red)
|
||||||
:flex-shrink 1}
|
:flex-shrink 1}
|
||||||
:keyboard-type :decimal-pad
|
:keyboard-type :decimal-pad
|
||||||
|
:auto-capitalize :words
|
||||||
:accessibility-label :amount-input
|
:accessibility-label :amount-input
|
||||||
:default-value amount-text
|
:default-value amount-text
|
||||||
:auto-focus true
|
:auto-focus true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user