You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with the ellipsis of the Clay pagination component. When clicking on the ellipsis, the dropdown with all available pages opens however nothing happens after clicking on a page number. The onActiveChange property is not triggered in this case.
What are the steps to reproduce?
- Include the @clayui/pagination component in your project.
- Set up a Clay Pagination component with a sufficient number of pages to trigger the ellipsis.
- Open the dropdown by clicking on the ellipsis.
- Attempt to click on any page number within the dropdown.
When using the Clay Pagination component and clicking on the ellipsis to open the dropdown with additional pages, the dropdown opens correctly. However, upon clicking on the individual page numbers within the dropdown, nothing happens. The active page does not change.
Environment
Tech
Version
Clay
v3.106.1
React
18.2.0
The text was updated successfully, but these errors were encountered:
@Dominik-Jurt, we appreciate your contribution, however, please be informed that we have transitioned away from using GitHub issues to track and prioritize our work. At present, we are exclusively utilizing LPS tickets for issue management. Therefore, we kindly request you to create your LPS tickets for any new matters or inquiries ;)
There seems to be a problem with the ellipsis of the Clay pagination component. When clicking on the ellipsis, the dropdown with all available pages opens however nothing happens after clicking on a page number. The onActiveChange property is not triggered in this case.
What are the steps to reproduce?
Code examples can be found on https://clayui.com/docs/components/pagination.html or this issue can be directly tested on https://storybook.clayui.com/?path=/story/design-system-components-paginationbar--with-items&args=ellipsisBuffer:2;totalItems:2110
What is the expected result?
When using the Clay Pagination component and clicking on the ellipsis to open the dropdown with additional pages, the dropdown opens correctly. However, upon clicking on the individual page numbers within the dropdown, nothing happens. The active page does not change.
Environment
The text was updated successfully, but these errors were encountered: