disable auto-correction for pubchat name
This commit is contained in:
parent
08ae404980
commit
dd8226b31d
|
@ -31,7 +31,8 @@
|
||||||
:auto-capitalize :none
|
:auto-capitalize :none
|
||||||
:accessibility-label :chat-name-input
|
:accessibility-label :chat-name-input
|
||||||
:placeholder nil
|
:placeholder nil
|
||||||
:return-key-type :go}]]]
|
:return-key-type :go
|
||||||
|
:auto-correct false}]]]
|
||||||
(when error
|
(when error
|
||||||
[tooltip/tooltip error styles/tooltip])])
|
[tooltip/tooltip error styles/tooltip])])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue