Closed ErsinMandaci closed 1 month ago
if you are using a version < 6.0.0 , use isFilterOnline = False
in popupProps
Thank you for the short turnaround time. Resolved.
Your issue has been closed. If we were helpful don't forget to star the repo and the package here.
i see that this issue has the same problem as do i, but im using the 6.0.1 version. what can i do?
@nathielileal if you want call your API each time use cacheItems = false
. Make sure disableFilter = true
if your data is already filtered.
otherwise (for cache strategy) use cacheItems = true
and disableFilter = false
please don't hesitate to star the repo if it's useful for you.
asyncItems only works when I click first. How do I do this, according to the query I entered, I want to continuously send requests to the service and fill the searchDropdown?