-
Notifications
You must be signed in to change notification settings - Fork 739
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
Ability to disable auto scroll #629
Comments
everything is going to |
Hello, can you give us basic idea on how you gonna do it in v2? We are using v1.6 and we need to emulate ChatGPT and OpenAI bot SSE responses. I am not sure it possible to do it, without forking your package since the issue is not with scrolling, but rather with CustomScrollView. Maybe you can give us an idea. Thanks! |
Hey, there is no simple answer, I removed all code and started from scratch :) I already have working SSE responses on |
Hey @demchenkoalex , thanks for all your work you do on this package, we rely on it heavily. Looking forward to v2, is there any estimate for when you think a PR will be ready? |
hey @andrew-mezzi it's live already:) just need to sort out docs/github |
example of this is live in v2 #646 |
Is your feature request related to a problem?
At the moment, the chat view always scrolls to the bottom of the latest message if one is updated. In general, that is great, but there might be a situation in which a different behavior is needed.
What solution would you suggest?
I'd like to see a property value like
autoscroll
which is set totrue
by default and that toggles the scrolling to the bottom.Code snippets 📝
Is there any additional solution to that?
The function that scrolls to the bottom is made to an argument, so it can be overwritten with an empty function and the scroll would be disabled as well.
Code snippets 📝
Related issues/PRs
Issue #354 mentions the issue, but doesn't go into detail.
The text was updated successfully, but these errors were encountered: