Description Types can be selected in order to add, edit or delete their attached resolvers. However when clicking on any list item, it will expand/collapse which is an annoying and uncontrolled behaviour. On the other hand, only clicking the "blue label" will show the resolver. What
- Allow selecting a resolver (showing its detail on the right) by clicking on any part of the list item, except the arrow.
- Only expand/collapse a list item when clicking on the left arrow.
How Components in React usually have an {{ onClick }} method that could be overriden. Currently the callback that shows the detail is attached to the blue label: https://github.com/aerogear/data-sync-ui/blob/master/ui/components/resolvers/ResolversListItem.js#L33-L43 |