Open sboekhoff opened 8 years ago
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 https://github.com/react-bootstrap/react-bootstrap/issues/1758 though.
This could be related to https://github.com/react-bootstrap/react-bootstrap/pull/2189.
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
.