We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pagination contains ellipses even if no index is omitted.
Example: There is an ellipsis between 1 and 2 as well as between 8 and 9:
1
2
8
9
To reproduce open https://jsfiddle.net/hrwdjtm0/ and select the index 5.
5
The text was updated successfully, but these errors were encountered:
We use the Pagination component from https://github.com/react-bootstrap/react-bootstrap, so this is an upstream "bug". This may have to wait for react-bootstrap/react-bootstrap#1758 though.
Sorry, something went wrong.
This could be related to react-bootstrap/react-bootstrap#2189.
See react-bootstrap/react-bootstrap#2431
No branches or pull requests
The pagination contains ellipses even if no index is omitted.
Example:
There is an ellipsis between
1
and2
as well as between8
and9
:To reproduce open https://jsfiddle.net/hrwdjtm0/ and select the index
5
.The text was updated successfully, but these errors were encountered: