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

pub fn on_enter<F, MSG>(f: F) -> Attribute<MSG> where
    F: Fn(KeyboardEvent) -> MSG + 'static, 

custom on_enter event, which is triggered from key_press when the Enter key is pressed