Change interaction modal input to disable browser spell-checking, capitalization and autocomplete (#26267)
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user