chat: auto capitalize first letter of each sentence

This commit is contained in:
didi 2017-01-05 16:56:49 +01:00
parent bfa522bf60
commit effcc97f8c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
:auto-focus false
:blur-on-submit true
:multiline true
:auto-capitalize "sentences"
:on-content-size-change #(let [size (-> (.-nativeEvent %)
(.-contentSize)
(.-height))]