react-components
react-components copied to clipboard
Should `Pagination` `scrollToTop` be more localized?
When using the Pagination attribute scrollToTop, for example, in https://snapcraft.io/store?q=a&page=7, clicking another page scrolls all the way to the top, and not to the beginning of the PackageList. Shouldn't it be better to have the option inside Pagination of scrolling to a specific component?
@JuanFernandoCastaneda I'm just curious how that would work, what action would trigger scrolling to a specific component? With scrollToTop, the scroll is triggered when the user changes the page, which makes sense. What about for specific component?