put autofocus back
This commit is contained in:
parent
4ae0236cd0
commit
7db3571508
|
@ -34,8 +34,8 @@
|
||||||
:fontSize 14
|
:fontSize 14
|
||||||
:fontFamily "Avenir-Roman"
|
:fontFamily "Avenir-Roman"
|
||||||
:color "#9CBFC0"}
|
:color "#9CBFC0"}
|
||||||
:autoFocus false
|
:autoFocus true
|
||||||
:placeholder "Type"
|
:placeholder "Type your message here"
|
||||||
:value @text
|
:value @text
|
||||||
:onChangeText (fn [new-text]
|
:onChangeText (fn [new-text]
|
||||||
(dispatch [:generate-suggestions new-text])
|
(dispatch [:generate-suggestions new-text])
|
||||||
|
|
Loading…
Reference in New Issue