diff --git a/src/MentionsTextInput.js b/src/MentionsTextInput.js index ef7e576..0dc5272 100644 --- a/src/MentionsTextInput.js +++ b/src/MentionsTextInput.js @@ -77,6 +77,7 @@ export default class MentionsTextInput extends Component { resetTextbox() { this.triggerMatrix = []; + this.isTrackingStarted = false; this.setState({ textInputHeight: this.props.textInputMinHeight, text: '',