diff --git a/packages/frontend-core/src/components/sheet/cells/TextCell.svelte b/packages/frontend-core/src/components/sheet/cells/TextCell.svelte index 5c7697879d..73fb83dfbf 100644 --- a/packages/frontend-core/src/components/sheet/cells/TextCell.svelte +++ b/packages/frontend-core/src/components/sheet/cells/TextCell.svelte @@ -46,6 +46,7 @@ {type} value={value || ""} on:change={handleChange} + spellcheck="false" /> {:else}