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

Select box does not update when scrolling, until mouse is moved #143

Open
SbrowneA opened this issue Nov 10, 2021 · 2 comments
Open

Select box does not update when scrolling, until mouse is moved #143

SbrowneA opened this issue Nov 10, 2021 · 2 comments

Comments

@SbrowneA
Copy link

I have a scrollable div which calls the SelectContainerComponent.update() method on the inner dts-select-container when scrolled. The select area updates correctly; however, the select box does not get updated until the mouse is moved.
Is there a particular reason for this (e.g. performance)?

I would like the select box to also update when I scroll just like a mouse move, is there some setting I have missed or a method call that can achieve this?

Thanks.

@d3lm
Copy link
Owner

d3lm commented Nov 11, 2021

Hey there 👋 Can you please provide a StackBlitz as a reproduction?

@SbrowneA
Copy link
Author

Hi, @d3lm sure thing!
Here is short video to illustrate what I mean by the "select box not getting updated (when scrolling at the same time as selecting).
And this is the project on StackBlitz

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

No branches or pull requests

2 participants