autoload does not seem to do what it should do
See original GitHub issueI 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?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:11
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Composer autoload doesn't seem to work - Laracasts
It seems the autoloader won't load the class. I've removed the vendor dir, composer.json and installed everything from scratch.
Read more >Why does class autoloading not work for a package required ...
Your problem is that by using a package key for that repository, you are telling composer "read the package information from here, do...
Read more >Autoloading does not work for custom PHPUnit base-classes
To do this it seems like we should just be able to add to the classloader attribute in info.xml . But when adding...
Read more >Singletons (AutoLoad) - Godot Docs
Godot won't make an AutoLoad a "true" singleton as per the singleton design pattern. It may still be instanced more than once by...
Read more >How Composer Autoloads PHP Files - Jino Antony
Autoloading allows us to use PHP files without the need to require() or include() them and is considered a hallmark of modern-day programming....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also encountered this issue and would like autoload back
I’m having the same problem. Cannot disable autoload.
This looks like a bug. Please fix!