chore: disable spellcheck on input fields
This commit is contained in:
@@ -131,6 +131,7 @@ const CreateAccount: FunctionComponent<Props> = ({
|
||||
ref={emailInputRef}
|
||||
type="email"
|
||||
value={email}
|
||||
spellcheck={false}
|
||||
/>
|
||||
<DecoratedPasswordInput
|
||||
className={{ container: 'mb-2' }}
|
||||
|
||||
@@ -210,6 +210,7 @@ const SignInPane: FunctionComponent<Props> = ({ application, viewControllerManag
|
||||
onKeyDown={handleKeyDown}
|
||||
disabled={isSigningIn || isPrivateUsername}
|
||||
ref={emailInputRef}
|
||||
spellcheck={false}
|
||||
/>
|
||||
<DecoratedPasswordInput
|
||||
className={{ container: `mb-2 ${error ? 'border-danger' : null}` }}
|
||||
|
||||
Reference in New Issue
Block a user