We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0557 commit e54be68Copy full SHA for e54be68
src/typeahead/index.js
@@ -285,7 +285,7 @@ var Typeahead = React.createClass({
285
286
componentWillReceiveProps: function(nextProps) {
287
this.setState({
288
- visible: this.getOptionsForValue(nextProps.entryValue, nextProps.options)
+ visible: this.getOptionsForValue(this.state.entryValue, nextProps.options)
289
});
290
},
291
0 commit comments