seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

support `beforeinput` events #703

Open CrepeGoat opened 1 year ago

CrepeGoat commented 1 year ago

Disclaimer: I'm new to the Seed library; please let me know if this issue is misinformed.

Seed appears to not support the beforeinput event (i.e., is absent from event_names.rs).

This issue is to request support for the beforeinput event.

flosse commented 1 year ago

See #672 & feel free to create a PR.