Skip to content

Commit f4ab242

Browse files
authored
fix(generative-ai): disable spellCheck in input COMPASS-9376 (#6981)
1 parent 1fd78e7 commit f4ab242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-generative-ai/src/components/generative-ai-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ function GenerativeAIInput({
443443
ref={promptTextInputRef}
444444
data-testid="ai-user-text-input"
445445
aria-labelledby=""
446+
spellCheck={false}
446447
aria-label="Enter a plain text query that the AI will translate into MongoDB query language."
447448
placeholder={placeholder}
448449
value={aiPromptText}

0 commit comments

Comments
 (0)