mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
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…
x
Reference in New Issue
Block a user