Function sauron::prelude::html::events::on_blur

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

attach an on_blur event to the html element