put autofocus back

Former-commit-id: 7db3571508
This commit is contained in:
michaelr 2016-04-04 19:51:53 +03:00
parent 78551e0e8d
commit e143760b4a
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
:fontSize 14
:fontFamily "Avenir-Roman"
:color "#9CBFC0"}
:autoFocus false
:placeholder "Type"
:autoFocus true
:placeholder "Type your message here"
:value @text
:onChangeText (fn [new-text]
(dispatch [:generate-suggestions new-text])