From 3404373a4b5278386a53cae037400ce8aaa560e5 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 31 Aug 2023 17:34:40 -0700 Subject: [PATCH] Disable autocomplete on the message box --- web/templates/chat.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/chat.html b/web/templates/chat.html index 2120cde..c04c85a 100644 --- a/web/templates/chat.html +++ b/web/templates/chat.html @@ -1262,6 +1262,7 @@ v-model="message" placeholder="Write a message" @keydown="sendTypingNotification()" + autocomplete="off" :disabled="!ws.connected">