MM-14802 Add autocorrect when editing a post (#2810)

This commit is contained in:
Harrison Healey 2019-05-21 11:51:00 -04:00 committed by Miguel Alatzar
parent 8676d063f2
commit 474d6a0ff2

View file

@ -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'