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
Currently, every type change in input box will send a search request, so the result list earlier will finally display if it's ending at last.
Also this cause the result list shrink when typing. I think a debounce with delay should be added.