fix autocomplete bug (#855)

This commit is contained in:
LautaroCesso 2020-07-30 22:13:14 -03:00 committed by GitHub
parent 57b5ea8820
commit 1ecf619892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class Autocomplete extends React.Component {
onChange && onChange(newList);
onItemSelected && onItemSelected(selectedItem.id);
this.searchApi("", newList);
}
}