We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b484 commit 47252fcCopy full SHA for 47252fc
1 file changed
src/web/src/main.js
@@ -330,7 +330,7 @@ function createTclConsole(container) {
330
'<div class="tcl-output"></div>' +
331
'<div class="tcl-input-row">' +
332
' <span class="tcl-prompt">%</span>' +
333
- ' <input class="tcl-input" type="text" placeholder="Enter Tcl command..." spellcheck="false" />' +
+ ' <input class="tcl-input" type="text" placeholder="Enter Tcl command..." spellcheck="false" autocomplete="off" autocapitalize="none" autocorrect="off"/>' +
334
'</div>';
335
container.element.appendChild(el);
336
0 commit comments