for example, we have key values inside a list view, and upon clicking one of the list containers, we change the border color of the container and update data elsewhere.
however, when a user clicks *inside a key value component, but not specifically on one of the labels/values, the onClick event is ignored.
what results is basically no action when you click in this area:
great idea and yeah that's what i've been doing. only thing is it only applies to the actual "pill"/tag itself, so when there are only a few values in a relatively large key-value component, it blocks most clicks