performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

`onClick` prop for Core Data related list components #281

Open camdendotlol opened 3 months ago

camdendotlol commented 3 months ago

The RelatedItems component offers an onClick prop to pass a callback that accepts the item as its argument. Sapientia uses this to redirect to the item's document page.

The other Related______ components should offer an onClick prop for feature parity, as Sapientia will be adding similar functionality to all related model lists.