You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried many things, but it's not working. Is it even possible? please at least explain how to do that, I can't seem to find anywhere. I have 'on-expand' prop for example how to bind it to angular handler?
The text was updated successfully, but these errors were encountered:
I managed to get it working. One caveat about your example is that you can't bind a property in Angular that starts with on. You'll have to change the name of your prop.
The trick is to change the R2WC prop type. The function prop should be given the value undefined instead of 'function'. This lets R2WC pass the raw value of the web component property to your React component.
I've tried many things, but it's not working. Is it even possible? please at least explain how to do that, I can't seem to find anywhere. I have 'on-expand' prop for example how to bind it to angular handler?
The text was updated successfully, but these errors were encountered: