Fixes #4783
This commit is contained in:
parent
48cc45ec6f
commit
aab502bca3
|
@ -29,6 +29,7 @@
|
||||||
:on-submit-editing #(when (and topic (spec/valid? ::v/topic topic))
|
:on-submit-editing #(when (and topic (spec/valid? ::v/topic topic))
|
||||||
(re-frame/dispatch [:create-new-public-chat topic]))
|
(re-frame/dispatch [:create-new-public-chat topic]))
|
||||||
:auto-capitalize :none
|
:auto-capitalize :none
|
||||||
|
:auto-focus false
|
||||||
:accessibility-label :chat-name-input
|
:accessibility-label :chat-name-input
|
||||||
:placeholder nil
|
:placeholder nil
|
||||||
:return-key-type :go
|
:return-key-type :go
|
||||||
|
|
Loading…
Reference in New Issue