-
Notifications
You must be signed in to change notification settings - Fork 79
Scroll-aware List position on filtering #177
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
Comments
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
…h in multiple and single selection mode
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
…be re-positioned.
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
…be re-positioned.
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
…h in multiple and single selection mode
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 5, 2022
…be re-positioned.
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 6, 2022
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 6, 2022
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 6, 2022
atomcat1978
pushed a commit
to atomcat1978/simple-svelte-autocomplete
that referenced
this issue
Jul 6, 2022
pstanoev
added a commit
that referenced
this issue
Jul 21, 2022
[#177] fixed scroll position update - needs to happen in beforeUpdate
Fix published in version 2.5.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The scroll-aware position of the suggestion list is lagging behind. The position should be set in the
afterUpdate
lifecycle if needed.FYI: Fix comes as PR soon.
The text was updated successfully, but these errors were encountered: