disable auto-correction for pubchat name

This commit is contained in:
Roman Volosovskyi 2018-05-29 17:09:59 +03:00
parent 08ae404980
commit dd8226b31d
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
:auto-capitalize :none
:accessibility-label :chat-name-input
:placeholder nil
:return-key-type :go}]]]
:return-key-type :go
:auto-correct false}]]]
(when error
[tooltip/tooltip error styles/tooltip])])