diff --git a/packages/compass-generative-ai/src/components/generative-ai-input.tsx b/packages/compass-generative-ai/src/components/generative-ai-input.tsx index 096cf292c0d..220acdf41f7 100644 --- a/packages/compass-generative-ai/src/components/generative-ai-input.tsx +++ b/packages/compass-generative-ai/src/components/generative-ai-input.tsx @@ -443,6 +443,7 @@ function GenerativeAIInput({ ref={promptTextInputRef} data-testid="ai-user-text-input" aria-labelledby="" + spellCheck={false} aria-label="Enter a plain text query that the AI will translate into MongoDB query language." placeholder={placeholder} value={aiPromptText}