Explorar el Código

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

master
Leonard Kim hace 8 años
padre
commit
3d5fbefe7e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      react/features/display-name/components/DisplayName.web.js

+ 1
- 0
react/features/display-name/components/DisplayName.web.js Ver fichero

@@ -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…
Cancelar
Guardar