diff --git a/src/Async.js b/src/Async.js index 48dc1ec69e..2d9fc7d7ae 100644 --- a/src/Async.js +++ b/src/Async.js @@ -88,6 +88,8 @@ export default class Async extends Component { cache && Object.prototype.hasOwnProperty.call(cache, inputValue) ) { + this._callback = null; + this.setState({ options: cache[inputValue] });