Skip to content

Commit c9b7fd3

Browse files
Disable autocomplete for user message input
1 parent 8fef774 commit c9b7fd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
name="userInput"
3232
placeholder="Enter your question"
3333
id="userInput"
34+
autocomplete="off"
35+
required
3436
/>
3537
<button
3638
type="submit"

0 commit comments

Comments
 (0)