Skip to content

Commit

Permalink
Disable spellcheck on all input boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
supechicken committed Feb 28, 2024
1 parent a3f5d77 commit b204d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/add_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
<legend>Specific settings for crosvm</legend>

<label for="vmName">VM name</label>
<input type="text" id="vmName" class="monospace" value="termina" disabled />
<input type="text" id="vmName" class="monospace" value="termina" spellcheck="false" disabled />
<br />

<label for="containerName">Container name</label>
<input type="text" id="containerName" class="monospace" value="penguin" disabled />
<input type="text" id="containerName" class="monospace" value="penguin" spellcheck="false" disabled />
<br />
</fieldset>
<fieldset>
Expand Down

0 comments on commit b204d42

Please sign in to comment.