mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix #10039
- wasn't able to reproduce the issue as it seems that all inputs are already properly turned to lower case - added :auto-capitalize :none property to the input field though to ensure the keyboard doesn't force the user to start with an uppercase later Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
7046543533
commit
5307fdfbce
@ -88,6 +88,7 @@
|
||||
;; in onWillBlur navigation event handler
|
||||
:preserve-input? true
|
||||
:accessibility-label :enter-contact-code-input
|
||||
:auto-capitalize :none
|
||||
:return-key-type :go}]]
|
||||
[react/view {:width 16}]
|
||||
[input-icon state]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user