diff --git a/react/features/display-name/components/DisplayName.web.js b/react/features/display-name/components/DisplayName.web.js index 9da1fc332..e91c710a0 100644 --- a/react/features/display-name/components/DisplayName.web.js +++ b/react/features/display-name/components/DisplayName.web.js @@ -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 } /> );