logo
pub fn on_enter<F, MSG>(
    f: F
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>> where
    F: 'static + Fn(KeyboardEvent) -> MSG,
    MSG: 'static, 
Expand description

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