Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Delay on searching when scrolling to bottom #183

Open maxenz opened 5 years ago

maxenz commented 5 years ago

Im using a array of 3000 items. If i search normally without scrolling, the response is fast and everything is working fine.

But if i scroll to the middle or to the bottom of the list, and search, there is a delay of like 5 seconds while the list is white and no results are shown.

Is there any solution for this?