diff --git a/app/components/post_draft/__snapshots__/post_draft.test.js.snap b/app/components/post_draft/__snapshots__/post_draft.test.js.snap index 052396cd8..297ad7234 100644 --- a/app/components/post_draft/__snapshots__/post_draft.test.js.snap +++ b/app/components/post_draft/__snapshots__/post_draft.test.js.snap @@ -291,6 +291,7 @@ exports[`PostDraft Should render the DraftInput 1`] = ` `; diff --git a/app/components/post_draft/post_input/post_input.js b/app/components/post_draft/post_input/post_input.js index c0de384ef..ac5079844 100644 --- a/app/components/post_draft/post_input/post_input.js +++ b/app/components/post_draft/post_input/post_input.js @@ -290,6 +290,8 @@ export default class PostInput extends PureComponent { keyboardType={this.state.keyboardType} onEndEditing={this.handleEndEditing} disableFullscreenUI={true} + textContentType='none' + autoCompleteType='off' keyboardAppearance={getKeyboardAppearanceFromTheme(theme)} /> );