Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
80 stars 11 forks source link

allow a list of events on event attribute #218

Open JoernT opened 1 year ago

JoernT commented 1 year ago

Sometimes you need to fire the exact same actions responding to e.g. a click AND a keydown - right now you need to duplicate your action block to do so.

instead it would be good being able to specify a list of events.

<fx-action event="click keydown">