Hi, although the HTML5 API allows to subscribe to a lot of events, I don't see support for the input and change events required in order to perform form validation tasks from wasm. I think these events are simply not implemented or am I mistaken?
Is there something complex about these event types? Otherwise I would like to try to implement them ...