Disable autocomplete on the message box
This commit is contained in:
parent
0607fac724
commit
3404373a4b
|
@ -1262,6 +1262,7 @@
|
|||
v-model="message"
|
||||
placeholder="Write a message"
|
||||
@keydown="sendTypingNotification()"
|
||||
autocomplete="off"
|
||||
:disabled="!ws.connected">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user