*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](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event) (i.e., is absent from [event_names.rs](https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rs)). This issue is to request support for the `beforeinput` event.