diff --git a/apps/web/src/components/ComposerPromptEditor.tsx b/apps/web/src/components/ComposerPromptEditor.tsx index 15d31c7323b0..92b3b295bfcb 100644 --- a/apps/web/src/components/ComposerPromptEditor.tsx +++ b/apps/web/src/components/ComposerPromptEditor.tsx @@ -1760,6 +1760,10 @@ function ComposerPromptEditorInner({ data-testid="composer-editor" aria-placeholder={placeholder} placeholder={} + // The app has no UI-language concept, so Chromium only ever has + // the OS locale's dictionary and underlines every other language + // as misspelled. Every other input here opts out too. + spellCheck={false} onPaste={onPaste} /> }