We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f22b74 commit 122708cCopy full SHA for 122708c
packages/react-select/src/Async.js
@@ -25,9 +25,6 @@ export type AsyncProps = {
25
/* Function that returns a promise, which is the set of options to be used
26
once the promise resolves. */
27
loadOptions: (string, (OptionsType) => void) => Promise<*> | void,
28
- /* If cacheOptions is truthy, then the loaded data will be cached. The cache
29
- will remain until `cacheOptions` changes value. */
30
- cacheOptions: any,
31
/* Same behaviour as for Select */
32
onInputChange?: (string, InputActionMeta) => void,
33
0 commit comments