-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
how to clear cache result with ASYNC #2582
Comments
I'm also struggling with the @shorif2000 - I'm trying am trying to create a filter list where if the user has typed more than 3 letters, but no results are returned, we show them the full list of options. I believe the problem is not in Line 99 in 99acc31
Looking here, my reading is that the cache is always being used and I'm picturing the cache as an object, which holds the keys of everything which has been entered. I haven't tracked down where the I thought I'd post here and see if you've had any luck or maybe we can help each other out. |
@shorif2000 @pedalpete could you specify which version of react-select you are using? |
I'm on 1.2.1 |
@JedWatson im on 1.2.1 |
Possibly related to #2661 |
@JedWatson I'm using v2, please advise on how to clear the cache on this version. Thanks! |
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our efforts towards the current major version. If you aren't using the latest version of However, if you feel this issue is still relevant and you'd like us to review it - please leave a comment and we'll do our best to get back to you! |
i have the following
once my results are loaded it stays cached. i want to trigger this cache clean externally. how can this be done?
i want to clear the cache in the following function. I have tried setting
isLoading
but it does not work.The text was updated successfully, but these errors were encountered: