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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
If a dropdown has +2500 items, there are some performance issues while rendering the menu items. The performance problem can be resolved by:
This brings one problem: If user searches for a term and its result has 110 items, user can not see the last 10 items.
If we could receive an event, like this one when we reached to the bottom, we can render the additional items (if there are any).
The text was updated successfully, but these errors were encountered: