Skip to content
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

Fix/searching relation picker #8031

Closed

Conversation

sans-byte
Copy link
Contributor

@sans-byte sans-byte commented Oct 24, 2024

Fix for #7957
I have introduced debouncing so, after a user will stop typing for 300ms it will make a call

@ijreilly ijreilly self-requested a review October 24, 2024 13:06
@FelixMalfait
Copy link
Member

Hey, thanks a lot! But we don't want debouncing, it's actually nice to have realtime results as you type :))
What we want is to avoid the flickering effect, the previous result should remain visible as long as the new results aren't available (now we hide them when it's loading so it goes result -> white -> result -> white)

@sans-byte sans-byte deleted the fix/searching-relation-picker branch October 24, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants