How do I get my clickevent to work #202
Replies: 1 comment
-
@scottvaughn5 - at the moment, I believe the bindings don't honor child elements. So binding to bindings={{
log: () => { console.log('Event') },
}}
// then
<Button onClick={log}>Hello World</Button> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I hope this is the right place for questions. I'm trying to write a sandbox for my team to play with. I'm having a really hard time getting my events to fire. Can someone help me figure out what it is that I'm doing wrong?
Parser component
String
Beta Was this translation helpful? Give feedback.
All reactions