forge
forge copied to clipboard
[paginator] add ability to select specific page
Describe the feature: The paginator has the ability to move to the next/prevous and first/last page, but not to a specific arbitrary page in between. We should design and implement a way to allow a user to choose a specific page to jump to.
Describe any alternatives you've considered: A current workaround is to compose the paginator with either a text-field or select to allow for this feature to be added by a developer, but not necessarily built-in to the component.