-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
scrollTo #21
Comments
I think it can be added, is the value a number ? |
I would think so! I'm thinking of a couple of existing apis like scrollTo and scrollTop and they just take integer values. I appreciate the response! |
No problem, I'll try to add it |
@jakeaaron you can use v1.9.0 that includes scrollTo prop. |
Awesome! Thanks so much! Thank you for the quick response and action! +1 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! First off, great work on this!
Second, I was wondering if there is (or will be) a scroll to option? Before I had wrapped certain lists with this component, I was handing them off to a function I wrote to set the scrollTop value to scroll the list on a keychange, but it appears since wrapping them the element.scrollTop = calculatedValue doesn't work...
Any help would be appreciated! (and lemme know if you need a code example or something)
The text was updated successfully, but these errors were encountered: