Skip to content

Commit 97f0557

Browse files
committed
Version bump; rebuild dist
1 parent ed49656 commit 97f0557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/react-typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ var Typeahead = React.createClass({displayName: "Typeahead",
772772

773773
componentWillReceiveProps: function(nextProps) {
774774
this.setState({
775-
visible: this.getOptionsForValue(this.state.entryValue, nextProps.options)
775+
visible: this.getOptionsForValue(nextProps.entryValue, nextProps.options)
776776
});
777777
},
778778

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typeahead",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "React-based typeahead and typeahead-tokenizer",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)