Disable browser autocomplete in console

This stops chrome from breaking the cnonsole history feature
This commit is contained in:
Franklyn
2020-09-12 18:36:56 +01:00
parent 5caaf20ee1
commit 330e78828d

View File

@@ -35,6 +35,7 @@
solo
class="gcode-command-field"
ref="gcodeCommandField"
autocomplete="off"
v-on:keyup.enter="doSend"
v-on:keyup.up="onKeyUp"
v-on:keyup.down="onKeyDown"