MM-14802 Add autocorrect when editing a post (#2810)
This commit is contained in:
parent
8676d063f2
commit
474d6a0ff2
1 changed files with 0 additions and 2 deletions
|
|
@ -186,8 +186,6 @@ export default class EditPost extends PureComponent {
|
|||
numberOfLines={10}
|
||||
style={[style.input, {height}]}
|
||||
autoFocus={true}
|
||||
autoCapitalize='none'
|
||||
autoCorrect={false}
|
||||
placeholder={{id: t('edit_post.editPost'), defaultMessage: 'Edit the post...'}}
|
||||
placeholderTextColor={changeOpacity(theme.centerChannelColor, 0.4)}
|
||||
underlineColorAndroid='transparent'
|
||||
|
|
|
|||
Loading…
Reference in a new issue