Change Event for file input?

How to add a change event for input file (dmx drop zone)? I tried in the dynamic events, but it has only invalid event.

I want to show a modal, when a image is selected.

1 Like

I also see this a little bit weird. Anyway, nothing will stop you within the code interface. In the Dynamic-Event, select any event (let’s suppose dmx-on:select=" "), then link it to the action you want to execute (show modal in your case), after that switch to the code interface and change dmx-on:select= to dmx-on:updated=.
Notice: the command will disappear from the dynamic event tab.