Skip to content

Commit

Permalink
disable autoCorrect and spellCheck in the username input (#927)
Browse files Browse the repository at this point in the history
disable autoCorrect and spellCheck
  • Loading branch information
luisrudge authored Mar 20, 2017
1 parent 388ff1b commit c47ce63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/input/username_input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export default class UsernameInput extends React.Component {
placeholder="username"
autoComplete="off"
autoCapitalize="off"
spellCheck="off"
autoCorrect="off"
onChange={::this.handleOnChange}
onFocus={::this.handleFocus}
onBlur={::this.handleBlur}
Expand Down

0 comments on commit c47ce63

Please sign in to comment.