I want to read the onClick event value properties. But when I click on it, I see something like this on the console:
SyntheticMouseEvent {dispatchConfig: Ob
I realize this is pretty late to the party, but I think a much simpler solution could satisfy many use cases:
handleEdit(event) { let value = event.target.value; } ... Edit
I presume you could also use a data- attribute.
data-
Simple, semantic.