Skip to content

Commit 14747dc

Browse files
Merge pull request #44 from Promptly-Technologies-LLC/40-fix-vertical-height-of-the-interface-its-slightly-too-tall
Disable autocomplete for user message input field
2 parents 8fef774 + c9b7fd3 commit 14747dc

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)