diff --git a/src/typeahead/index.js b/src/typeahead/index.js index 7e231041..92c1e1d7 100644 --- a/src/typeahead/index.js +++ b/src/typeahead/index.js @@ -360,7 +360,7 @@ var Typeahead = createReactClass({ }, _onBlur: function(event) { - this.setState({isFocused: false}, function () { + this.setState({isFocused: false, showResults: false}, function () { this._onTextEntryUpdated(); }.bind(this)); if ( this.props.onBlur ) {