fix(display-name): disable spell check on editing local name

This commit is contained in:
Leonard Kim 2017-11-08 15:50:25 -08:00 committed by yanas
parent 95fcc7702f
commit 3d5fbefe7e
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class DisplayName extends Component {
onKeyDown = { this._onKeyDown }
placeholder = { t('defaultNickname') }
ref = { this._setNameInputRef }
spellCheck = { 'false' }
type = 'text'
value = { this.state.editDisplayNameValue } />
);