Fix autocorrect setting for display-name.

master
Håvar Aambø Fosstveit 2019-06-25 15:18:33 +02:00
parent 1c22fd2c56
commit 07ef68d62e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class VideoView extends React.PureComponent
shouldBlockWhileLoading
editProps={{
maxLength : 30,
autoCorrect : false,
autoCorrect : 'off',
spellCheck : false
}}
onChange={({ newDisplayName }) => onChangeDisplayName(newDisplayName)}