You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered this issue as well, which I think is a bug. The Params object should use a fresh {} for each $Cache. In the meantime, you can work around this by passing $Cache:{} to AutoComplete().
I have three Autocomplete fields on the same page which query different endpoints. It seems they all use the same cache.
Can I use a different cache for each field by overriding something or do I need to invalidate the cache somehow when a different field has focus?
The text was updated successfully, but these errors were encountered: