Autocomplete caching should take into account values of other options #5121
Unanswered
freya022
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 13 replies
-
I think autocomplete restults shouldn't be cached anyways. I'm having problems with all use-cases I currently have, and even if autocomplete caching is needed, the bot can cache it itself. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
Currently, the client caches autocomplete results with what the user typed in the focused option
Desired behavior
The client should cache autocomplete results based on what the user typed in the focused option, as well as other options.
Why this is needed
I've seen the client give back invalid results after changing one of the previously set values.
Let's take an example
This would be solved if the client cached autocomplete choices relative to the entire list of inputs
A video is worth more than a thousand words:
Discord_jEWgHWEnE3.mp4
Beta Was this translation helpful? Give feedback.
All reactions