Fix autocorrect setting for display-name.
parent
1c22fd2c56
commit
07ef68d62e
|
|
@ -201,7 +201,7 @@ class VideoView extends React.PureComponent
|
|||
shouldBlockWhileLoading
|
||||
editProps={{
|
||||
maxLength : 30,
|
||||
autoCorrect : false,
|
||||
autoCorrect : 'off',
|
||||
spellCheck : false
|
||||
}}
|
||||
onChange={({ newDisplayName }) => onChangeDisplayName(newDisplayName)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue