Wappler Version : 7.3.1
Operating System :
Server Model:
Database Type:
Hosting Type:
Expected behavior
What do you think should happen?
The dynamic bindings should be able to select the $event data when on a socket message event.
What actually happens?
$event cannot be selected
How to reproduce
- Detail a step by step guide to reproduce the issue
- A screenshot or short video indicating the problem
- A copy of your code would help. Include: JS, HTML.
- Test your steps on a clean page to see if you still have an issue
Create a socket that references a type of message setup on the server side.
<dmx-socket id="socket1" dmx-on:message.challenges_refresh=""></dmx-socket>
Attempt to bind something from the event message. Message Event does not expand.
