diff --git a/src/components/editorElements/tagArea/view/tagAreaView.js b/src/components/editorElements/tagArea/view/tagAreaView.js index 0206ae6d7..9c260bc5d 100644 --- a/src/components/editorElements/tagArea/view/tagAreaView.js +++ b/src/components/editorElements/tagArea/view/tagAreaView.js @@ -127,6 +127,7 @@ export default class TagAreaView extends Component { } autoCapitalize="none" onFocus={() => this.setState({ activeChip: i })} + autoCorrect={false} /> ), )}