question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

autoload does not seem to do what it should do

See original GitHub issue

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. screenshot from 2016-05-17 16 19 17

Is there something I am doing wrong or is this an issue?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:11
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
moodysalemcommented, Jun 7, 2016

Also encountered this issue and would like autoload back

1reaction
dmk23commented, May 19, 2016

I’m having the same problem. Cannot disable autoload.

This looks like a bug. Please fix!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found