Fix autocorrect setting for display-name.
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user