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

Autocomplete dropdown placement issue when debounce not 0 #97

Open
jestrux opened this issue Jul 29, 2020 · 1 comment
Open

Autocomplete dropdown placement issue when debounce not 0 #97

jestrux opened this issue Jul 29, 2020 · 1 comment
Labels
bug Something isn't working
Projects

Comments

@jestrux
Copy link

jestrux commented Jul 29, 2020

I noticed a strange behavior, when I set the debounce time, the placement of the results autocomplete always renders below instead of the normal behavior of responsive based on where the input is in the viewport.

Without debounce, works as expected:

ezgif com-video-to-gif

Same search query but with debounce set to 300, it misbehaves

ezgif com-video-to-gif (1)

@trevoreyre
Copy link
Owner

Oh, interesting. I'm not sure why that would be happening. I wonder if the function to reposition the results list is somehow firing before the debounced result returns? I'll have to investigate a little deeper.

@trevoreyre trevoreyre added the bug Something isn't working label Sep 1, 2020
@trevoreyre trevoreyre added this to To do in Current via automation Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Current
  
To do
Development

No branches or pull requests

2 participants