[][src]Function sauron_core::dom::events::on_input

pub fn on_input<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(InputEvent) -> MSG + 'static,
    MSG: 'static, 

attach an on_input event to the html element