The current key value (new) component has a slight issue when trying to handle click events on a value that is a list of tags
e.g.
given data: {"myTags": ["a", "b", "c"]}
with the property of "myTags" set to "tags"
and with a click event handler to copy to clipboard the value {{ item[i] }} it just copies the first element of the tags list
the items alias is the list (correct expected behavior)
but the i alias is always set to 0 when handling the click event
Or maybe the i is from a parent component? not really sure how the aliases are propagated to the child components (it is just a key value that is a child of a container)
Thank you for your +1! We still have an outstanding feature request to support this. I will follow up here if our team is able to prioritize the request