I have the following setup:
<Select.Async
multi={true}
value={this.state.value}
onChange={this.onChange}
valueKey="key"
labelKey="value"
loadOptions={getOptions}
allowCreate={true}
autoload={false}
/>
However on load I still get the loading symbol before any input it provided.

Is there something I am doing wrong or is this an issue?
I'm having the same problem. Cannot disable autoload.
This looks like a bug. Please fix!
Found this related solution: https://github.com/JedWatson/react-select/issues/617
Reviewed that solution and find it lacking. Left my comment on that issue...
Also encountered this issue and would like autoload back
I upgraded to version 1.0.0-rc.2 and I don't encounter this issue anymore. autoload seems to work fine now.
Hello -
In an effort to sustain the react-select project going forward, we're closing old issues / pull requests.
We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version.
If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you.
Most helpful comment
Also encountered this issue and would like autoload back