Disable anything related to spellings - Fix MacOS NSSpellServer
This commit is contained in:
@@ -767,6 +767,9 @@ export default function PromptInput(props: PromptInputProps) {
|
|||||||
rows={4}
|
rows={4}
|
||||||
style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
|
style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
|
||||||
spellcheck={false}
|
spellcheck={false}
|
||||||
|
autocorrect="off"
|
||||||
|
autoCapitalize="off"
|
||||||
|
autocomplete="off"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user