From ccb02661c84e0a7fd9308f9efdfa2a27d91b8013 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 18 Apr 2023 08:22:04 +0100 Subject: [PATCH] Remove spellcheck from text fields --- .../frontend-core/src/components/sheet/cells/TextCell.svelte | 1 + 1 file changed, 1 insertion(+) 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}