We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd352 commit fb331f6Copy full SHA for fb331f6
1 file changed
packages/app/src/components/prompt-input.tsx
@@ -990,6 +990,9 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
990
aria-multiline="true"
991
aria-label={placeholder()}
992
contenteditable="true"
993
+ autocapitalize="off"
994
+ autocorrect="off"
995
+ spellcheck={false}
996
onInput={handleInput}
997
onPaste={handlePaste}
998
onCompositionStart={() => setComposing(true)}
0 commit comments