Fix autocorrect setting for display-name.
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)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue