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
Tried to do a simple debounce on this, but it causes a race condition, where you can get out-of-order results. The branch is up as a PR, but the feature won't be merged until that is addressed.
Just like using this function https://underscorejs.org/#debounce
And also can add a options
minChar
. when the search string is too short, the search function will not be triggered.The text was updated successfully, but these errors were encountered: