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
I'm loading a fairly long list of options (over 3000 entries) but the search and select functionality is working great. There appears to be an issue when a search string doesn't yield any results, or the user doesn't click on any, and then I try to clear the search string by either slowly deleting the characters or trying to select all and delete.
When deleting the very last search character or using select-all + delete, the component seems to hang for a very long time before resetting. It takes longer than the initial page load. Debug console doesn't appear to log anything helpful when this happens.
The text was updated successfully, but these errors were encountered:
rjnskl
changed the title
Long delay when clearing the selection
Long delay when clearing the search term
Jun 25, 2024
I'm loading a fairly long list of options (over 3000 entries) but the search and select functionality is working great. There appears to be an issue when a search string doesn't yield any results, or the user doesn't click on any, and then I try to clear the search string by either slowly deleting the characters or trying to select all and delete.
When deleting the very last search character or using select-all + delete, the component seems to hang for a very long time before resetting. It takes longer than the initial page load. Debug console doesn't appear to log anything helpful when this happens.
The text was updated successfully, but these errors were encountered: