diff --git a/packages/react-components/src/Input.tsx b/packages/react-components/src/Input.tsx index 280aa7a6b9c..2ae7d5dabd8 100644 --- a/packages/react-components/src/Input.tsx +++ b/packages/react-components/src/Input.tsx @@ -168,6 +168,9 @@ export default function Input ({ autoFocus = false, children, className, default ? 'new-password' : 'off' } + autoCapitalize='off' + autoCorrect='off' + spellCheck={false} onPaste={_onPaste} /> {isEditable && (