summaryrefslogtreecommitdiff
path: root/examples/device/webusb_serial/website/index.html
diff options
context:
space:
mode:
authorraldone01 <[email protected]>2025-07-05 19:42:44 +0200
committerraldone01 <[email protected]>2025-07-05 19:42:44 +0200
commit98b975202ced1940e642796f28a868e96dc492cc (patch)
tree70253210722c7a7a5680082f0de018165ddeceb1 /examples/device/webusb_serial/website/index.html
parentff18dbd2382d0e24e10cbf4e3f5d7a4feb9d3ce7 (diff)
Minor bug fixes.
Persist settings.
Diffstat (limited to 'examples/device/webusb_serial/website/index.html')
-rw-r--r--examples/device/webusb_serial/website/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/webusb_serial/website/index.html b/examples/device/webusb_serial/website/index.html
index 91d6e4fba..8d18ff8cf 100644
--- a/examples/device/webusb_serial/website/index.html
+++ b/examples/device/webusb_serial/website/index.html
@@ -50,7 +50,7 @@
<div id="sender_lines" class="scrollbox monospaced"></div>
</div>
<div class="send-container">
- <input id="command_line" class="input" placeholder="Start typing..." />
+ <input id="command_line" class="input" placeholder="Start typing..." autocomplete="off" />
<button id="send_mode" class="btn send-mode-command">Command Mode</button>
</div>
</section>