Remove spellcheck from text fields

This commit is contained in:
Andrew Kingston 2023-04-18 08:22:04 +01:00
parent 6f98bca393
commit ccb02661c8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
{type}
value={value || ""}
on:change={handleChange}
spellcheck="false"
/>
{:else}
<div class="text-cell" class:number={type === "number"}>