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
When using b-pagination component, if the number of item per page is updated, the current page is not updated.
How to reproduce:
See https://codesandbox.io/s/7j017j3yy0
Click on page 3, change the number of page with the select to All. The current page is still 3 and no items are displayed in the table.