Function sauron::html::events::on_change

source ·
pub fn on_change<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(InputEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_change event to the html element