Disable anything related to spellings - Fix MacOS NSSpellServer

This commit is contained in:
Shantur Rathore
2025-11-12 10:07:54 +00:00
parent 2efd16796f
commit f434f2c7e7

View File

@@ -767,6 +767,9 @@ export default function PromptInput(props: PromptInputProps) {
rows={4}
style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
spellcheck={false}
autocorrect="off"
autoCapitalize="off"
autocomplete="off"
/>
</div>