[autocomplete] Fix #134

old
Stan 2015-11-19 11:02:10 +01:00
parent e1f60b7f43
commit 1cf41fe8de
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Autocomplete extends React.Component {
};
handleQueryChange = (event) => {
this.setState({event: event.target.value});
this.setState({query: event.target.value});
};
handleQueryFocus = () => {