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
In Lazy Picker Input, when the backend response is delayed (e.g., due to a slow internet connection), and the user scrolls quickly to the bottom, a "No record found" message appears incorrectly. This happens even though there are still records available, leading to a misleading empty state. The issue is more noticeable when the total number of records is not very large.
Description
In Lazy Picker Input, when the backend response is delayed (e.g., due to a slow internet connection), and the user scrolls quickly to the bottom, a "No record found" message appears incorrectly. This happens even though there are still records available, leading to a misleading empty state. The issue is more noticeable when the total number of records is not very large.
Steps to Reproduce
Actual result
Message "No record found" appears.
Screen.Recording.2025-02-11.at.14.48.41.mov
Expected result
The Lazy Picker Input should continue loading data without incorrectly displaying "No record found" while waiting for the backend response.
Environment
The text was updated successfully, but these errors were encountered: