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
Hello. I have a large nested list (80000 items) and everything works fine until you try to search for something. When you start typing first letter of the word into search box, browser freezes for ~30 seconds and it happens with every consecutive letter until you reach like 4th character. What I think could solve this problem is an option to set throttling to like 1s and also cancel search if the search string is less than N number of chars.