[bug] key value component blocks onClick events

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:

Hi @trz-justin-dev I'll add a request for more click event options!

1 Like

@trz-justin-dev as an immediate workaround, could you also call the same container updating logic from the key value's click event handler?

1 Like

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