Disable spellcheck and autocorrect on all adversary sheets

This commit is contained in:
Carlos Fernandez 2026-05-04 20:19:27 -04:00
parent 94852cec21
commit 76882f9817
4 changed files with 21 additions and 3 deletions

View file

@ -1,7 +1,14 @@
<header class="character-header-sheet">
<line-div></line-div>
<div class="name-row">
<h1 class="actor-name input" contenteditable="plaintext-only" data-property="name" placeholder="{{localize "DAGGERHEART.GENERAL.actorName"}}">{{source.name}}</h1>
<h1
class="actor-name input"
contenteditable="plaintext-only"
data-property="name"
placeholder="{{localize "DAGGERHEART.GENERAL.actorName"}}"
autocomplete="off"
spellcheck="false"
>{{source.name}}</h1>
<div class='level-div'>
<h3 class='label'>
{{#if @root.editable}}