diff --git a/src/Async.js b/src/Async.js index 8f8d7bb36a..136338d337 100644 --- a/src/Async.js +++ b/src/Async.js @@ -138,7 +138,8 @@ export default class Async extends Component { const props = { noResultsText: isLoading ? loadingPlaceholder : searchPromptText, placeholder: isLoading ? loadingPlaceholder : placeholder, - options: isLoading ? [] : options + options: isLoading ? [] : options, + ref: (ref) => (this.select = ref) }; return children({