Multiple dynamic events of the same type. Is it possible?

i.e. Can you fire an “onchange” event with the modifier .once and another “onchange” event with no modifier for the same input?

<input type=“text” … dmx-on:changed.once=“run1()” dmx-on:changed=“run2()”>

I know this can’t be added via UI.

Comes from:

howto/ux-improvement-for-dmxvalidator/19598/5

Community Page
Last updated: