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.
2 parents e2b5254 + bda8233 commit ed49656Copy full SHA for ed49656
src/typeahead/index.js
@@ -285,7 +285,7 @@ var Typeahead = React.createClass({
285
286
componentWillReceiveProps: function(nextProps) {
287
this.setState({
288
- visible: this.getOptionsForValue(this.state.entryValue, nextProps.options)
+ visible: this.getOptionsForValue(nextProps.entryValue, nextProps.options)
289
});
290
},
291
0 commit comments