Skip to content

Commit 47252fc

Browse files
committed
web: add additional flags
Signed-off-by: Peter Gadfort <peter.gadfort@gmail.com>
1 parent 978b484 commit 47252fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function createTclConsole(container) {
330330
'<div class="tcl-output"></div>' +
331331
'<div class="tcl-input-row">' +
332332
' <span class="tcl-prompt">%</span>' +
333-
' <input class="tcl-input" type="text" placeholder="Enter Tcl command..." spellcheck="false" />' +
333+
' <input class="tcl-input" type="text" placeholder="Enter Tcl command..." spellcheck="false" autocomplete="off" autocapitalize="none" autocorrect="off"/>' +
334334
'</div>';
335335
container.element.appendChild(el);
336336

0 commit comments

Comments
 (0)