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
Hi Guys, I migratted from 4x to 5x and Im getting an issue regarding suggestions cache. I know it's new feature, but for us it doesn't make sense, we already handle the code to call suggestionsCallback even when it's empty to get our default list and not the cached one. I called suggestionscontroller.refresh() when user clear the textfield but it's not working
Expected results
I suggest to have a flag if I want or not cache the values.
Actual results
Getting cache entries on suggestions but we don't want it.
Package Version
5.2.0
Platform
Android
Code sample
Code sample
//Not necessary
Logs
Logs
[Paste your logs here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Hi Guys, I migratted from 4x to 5x and Im getting an issue regarding suggestions cache. I know it's new feature, but for us it doesn't make sense, we already handle the code to call suggestionsCallback even when it's empty to get our default list and not the cached one. I called suggestionscontroller.refresh() when user clear the textfield but it's not working
Expected results
I suggest to have a flag if I want or not cache the values.
Actual results
Getting cache entries on suggestions but we don't want it.
Package Version
5.2.0
Platform
Android
Code sample
Code sample
//Not necessary
Logs
Logs
[Paste your logs here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]The text was updated successfully, but these errors were encountered: