UNPKG

330 BMarkdownView Raw
1## Controlled mode (`forcePage`)
2
3When `forcePage` is provided, the component should be absolutely controlled.
4
5It should not be possible to let user clicks change the page (without the controlled state changing from the listening parent component).
6
7See https://github.com/AdeleD/react-paginate/issues/198#issuecomment-941295225