-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glitch when searching relation picker #7957
Comments
Related to #7511? |
Hi, I have solved this issue can I raise a PR for this? @Bonapara Please assign it to me Screen.Recording.2024-10-24.at.6.27.45.PM.movis this correct? |
@sans-byte yes please! |
@sans-byte Could u type 'opp' in the filter and share the recording? |
Made a comment in the PR, thanks a lot for the effort but I don't think that's what we want |
Screen.Recording.2024-10-24.at.8.53.21.PM.mov@FelixMalfait is this one better ? I took your suggestion of result -> white -> result and also tested it for different size results, I have added a loading skeleton |
@sans-byte thanks but no it's stil blinking each time you type a letter :), we want to avoid that |
Yeah, each time we type a letter request is going out which is getting it into a loading state, I can fix it by introducing small debounce on input. |
We don't want a debounce, that would be a hack :) ; I don't know this component well enough but we should probably remove a condition that hides results based on the loading state or something like that |
Screen.Recording.2024-10-24.at.10.26.42.PM.movPlease take a look @FelixMalfait |
That looks much better @sans-byte! Curious to see the code |
Sure will raise the PR |
Fix for #7957 --------- Co-authored-by: Félix Malfait <[email protected]>
@FelixMalfait This can be closed now. |
thanks! |
Bug description
Relation picker is flashing each time a new letter is getting typed
CleanShot.2024-10-22.at.15.58.39.mp4
How to reproduce
Type anything in a relation picker
The text was updated successfully, but these errors were encountered: