Javi Velasco 2016-11-06 13:02:22 +01:00
parent c9410e02ec
commit 1fefbae412
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const factory = (Chip, Input) => {
};
handleQueryChange = (value) => {
this.setState({query: value, showAllSuggestions: false});
this.setState({query: value, showAllSuggestions: false, active: null});
};
handleQueryFocus = () => {