We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd78e7 commit f4ab242Copy full SHA for f4ab242
packages/compass-generative-ai/src/components/generative-ai-input.tsx
@@ -443,6 +443,7 @@ function GenerativeAIInput({
443
ref={promptTextInputRef}
444
data-testid="ai-user-text-input"
445
aria-labelledby=""
446
+ spellCheck={false}
447
aria-label="Enter a plain text query that the AI will translate into MongoDB query language."
448
placeholder={placeholder}
449
value={aiPromptText}
0 commit comments