From 49174cfd9c175cf7d1673be87303f4ad4b851e1e Mon Sep 17 00:00:00 2001 From: Sudhakar Rayavaram Date: Fri, 5 Apr 2024 14:36:48 +0530 Subject: [PATCH] feat: UI quality of life changes 1. Disable auto complete suggestions for the chat bot text input 2. Defined unordered list styles so that they don't get overridden by general normalise styles of the page into which this could get loaded --- src/layout.html | 1 + src/style.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/layout.html b/src/layout.html index a186d79..0ababdd 100644 --- a/src/layout.html +++ b/src/layout.html @@ -22,6 +22,7 @@ name="message" placeholder="Write a message..." class="chat-input" + autocomplete="off" />