Fix autocorrect setting for display-name.

This commit is contained in:
Håvar Aambø Fosstveit
2019-06-25 15:18:33 +02:00
parent 1c22fd2c56
commit 07ef68d62e
@@ -201,7 +201,7 @@ class VideoView extends React.PureComponent
shouldBlockWhileLoading shouldBlockWhileLoading
editProps={{ editProps={{
maxLength : 30, maxLength : 30,
autoCorrect : false, autoCorrect : 'off',
spellCheck : false spellCheck : false
}} }}
onChange={({ newDisplayName }) => onChangeDisplayName(newDisplayName)} onChange={({ newDisplayName }) => onChangeDisplayName(newDisplayName)}