mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-15 23:23:50 -05:00
[Glitch] Change interaction modal input to disable browser spell-checking, capitalization and autocomplete
Port 71fd70335adecfc53c3dd2d57e1483ff60adb530 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
44a5f1b64a
commit
882e770400
@ -250,6 +250,9 @@ class LoginForm extends React.PureComponent {
|
||||
onFocus={this.handleFocus}
|
||||
onBlur={this.handleBlur}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
autocomplete='off'
|
||||
autocapitalize='off'
|
||||
spellcheck='false'
|
||||
/>
|
||||
|
||||
<Button onClick={this.handleSubmit} disabled={isSubmitting}><FormattedMessage id='interaction_modal.login.action' defaultMessage='Take me home' /></Button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user