Browse Source

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

master
Leonard Kim 8 years ago
parent
commit
3d5fbefe7e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/display-name/components/DisplayName.web.js

+ 1
- 0
react/features/display-name/components/DisplayName.web.js View File

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

Loading…
Cancel
Save