Fossil SCM

Turn off autocomplete on the chat entry form.

drh 2020-12-23 19:55 trunk
Commit 5715978d9f2a5c3d31626ec9a38d0202a8c30a9d02d1fb200af3354128e974f0
1 file changed +1 -1
+1 -1
--- src/chat.c
+++ src/chat.c
@@ -116,11 +116,11 @@
116116
@ white-space: pre;
117117
@ font-family: monospace;
118118
@ max-width: 50%%;
119119
@ }
120120
@ </style>
121
- @ <form accept-encoding="utf-8" id="chat-form">
121
+ @ <form accept-encoding="utf-8" id="chat-form" autocomplete="off">
122122
@ <div id='chat-input-area'>
123123
@ <div id='chat-input-line'>
124124
@ <input type="text" name="msg" id="sbox" \
125125
@ placeholder="Type message here.">
126126
@ <input type="submit" value="Send">
127127
--- src/chat.c
+++ src/chat.c
@@ -116,11 +116,11 @@
116 @ white-space: pre;
117 @ font-family: monospace;
118 @ max-width: 50%%;
119 @ }
120 @ </style>
121 @ <form accept-encoding="utf-8" id="chat-form">
122 @ <div id='chat-input-area'>
123 @ <div id='chat-input-line'>
124 @ <input type="text" name="msg" id="sbox" \
125 @ placeholder="Type message here.">
126 @ <input type="submit" value="Send">
127
--- src/chat.c
+++ src/chat.c
@@ -116,11 +116,11 @@
116 @ white-space: pre;
117 @ font-family: monospace;
118 @ max-width: 50%%;
119 @ }
120 @ </style>
121 @ <form accept-encoding="utf-8" id="chat-form" autocomplete="off">
122 @ <div id='chat-input-area'>
123 @ <div id='chat-input-line'>
124 @ <input type="text" name="msg" id="sbox" \
125 @ placeholder="Type message here.">
126 @ <input type="submit" value="Send">
127

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button