Add property autoload to ReactAsyncSelectProps. (#14936)

This commit is contained in:
nrdstrm
2017-03-10 07:45:47 +01:00
committed by Mohamed Hegazy
parent 7b9040fa32
commit 1177bba215

View File

@@ -397,6 +397,11 @@ declare namespace ReactSelectClass {
export interface ReactAsyncSelectProps extends ReactSelectProps {
/**
* Whether to auto-load the default async options set.
*/
autoload?: boolean;
/**
* object to use to cache results; can be null to disable cache
*/