We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the current documentation autoLoad={false} is listed as an option to stop the Async Select from loading when the component mounts. https://github.com/JedWatson/react-select#async-options
autoLoad={false}
This isn't currently implemented. Look at: https://github.com/JedWatson/react-select/blob/master/src/Async.js#L82
FIX: Add autoLoad as an option with a default of true. Check autoLoad on componentDidMount to determine if it should fetch.
The text was updated successfully, but these errors were encountered:
FYI I am working on a refactor for Async that should address this issue. (See PR #1226)
Async
Sorry, something went wrong.
Resolved via PR #1226.
Look for an RC2 to come out (hopefully) sometime today with this change.
No branches or pull requests
In the current documentation
autoLoad={false}
is listed as an option to stop the Async Select from loading when the component mounts.https://github.com/JedWatson/react-select#async-options
This isn't currently implemented.
Look at:
https://github.com/JedWatson/react-select/blob/master/src/Async.js#L82
FIX:
Add autoLoad as an option with a default of true.
Check autoLoad on componentDidMount to determine if it should fetch.
The text was updated successfully, but these errors were encountered: