mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 13:48:11 +02:00
Disable spellcheck and autocorrect on all adversary sheets
This commit is contained in:
parent
94852cec21
commit
76882f9817
4 changed files with 21 additions and 3 deletions
|
|
@ -6,6 +6,8 @@
|
|||
name='name'
|
||||
value='{{document.name}}'
|
||||
placeholder='{{localize "DAGGERHEART.GENERAL.actorName"}}'
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</h1>
|
||||
{{#if useResourcePips}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue