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 a8aac2f commit d705bd1Copy full SHA for d705bd1
src/components/ChatInput.tsx
@@ -71,6 +71,10 @@ export function ChatInput({
71
required
72
disabled={disabled}
73
rows={1}
74
+ autoComplete="off"
75
+ autoCorrect="off"
76
+ autoCapitalize="off"
77
+ spellCheck="false"
78
className="w-full resize-none rounded-lg border-0 pr-12 text-base placeholder:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:focus:ring-indigo-400 disabled:opacity-50 transition-all"
79
/>
80
<Button
0 commit comments