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
Thank you for really helpful flutter package. I think there is an important feature missing which is debounce.
When user search in list it immediately invkoing the searchFn which is a performance issue.
It will be more helpful, if there is an option for setting a property for search delay like debounce:500 or delay:500 where 500 is milliseconds value.
The text was updated successfully, but these errors were encountered:
Since search_choices now supports Future searches for internet calls, it was even more important to support this delay request. searchDelay is a new parameter with version 2.0.16 of the search_choices plugin.
Thank you for really helpful flutter package. I think there is an important feature missing which is
debounce
.When user search in list it immediately invkoing the
searchFn
which is a performance issue.It will be more helpful, if there is an option for setting a property for search delay like
debounce:500
ordelay:500
where 500 is milliseconds value.The text was updated successfully, but these errors were encountered: