Disable spellcheck and autocorrect on all adversary sheets (#1869)

This commit is contained in:
Carlos Fernandez 2026-05-05 16:14:45 -04:00 committed by GitHub
parent cca468e8af
commit fb5e3672dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 3 deletions

View file

@ -2,7 +2,9 @@
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
<div class='item-container'>
<div class="item-info">
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<h1 class='item-name'>
<input type='text' name='name' value='{{source.name}}' autocomplete="off" spellcheck="false"/>
</h1>
</div>
</div>
</header>