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
In the example, pages 2 and 8 depending on proximity to current page get replaced with ellipsis (...) which could be always shown as page numbers since the ellipsis in this case do not conserve any space.
Expected behavior
Show the page number instead of ellipsis if it replaces only a single page number.
Context & Screenshots (if applicable)
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://stackblitz.com/edit/xbu9yg?file=src%2FApp.vue
Steps to reproduce
PaginationRoot settings:
<PaginationRoot :total="90" :sibling-count="2" show-edges>
Navigate between pages to notice the behavior.
Describe the bug
In the example, pages 2 and 8 depending on proximity to current page get replaced with ellipsis (...) which could be always shown as page numbers since the ellipsis in this case do not conserve any space.
Expected behavior
Show the page number instead of ellipsis if it replaces only a single page number.
Context & Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: