react
react copied to clipboard
[FEATURE REQUEST] Event for breadcrumbs
The <Form/> component has event callbacks for onPrevPage and onNextPage. Unfortunately using breadcrumbs renders these functions rather useless as users can skip to any page without triggering.
So the the request is simple: an event that is triggered when a breadcrumb is clicked, ideally with the index.
Thank you.