disable auto-correction for pubchat name
This commit is contained in:
parent
08ae404980
commit
dd8226b31d
|
@ -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])])
|
||||
|
||||
|
|
Loading…
Reference in New Issue