Skip to content

Commit

Permalink
Disable spellchecking/autocomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jul 16, 2019
1 parent 5da2819 commit 89e7ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chromad/templates/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="field">
<label class="label">Code</label>
<div class="control">
<textarea class="textarea" id="text" name="text" rows="25" cols="80"></textarea>
<textarea autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="textarea" id="text" name="text" rows="25" cols="80"></textarea>
</div>
</div>

Expand Down

0 comments on commit 89e7ddc

Please sign in to comment.