Function dioxus_html::events::onsubmit
source · pub fn onsubmit<'a, E: EventReturn<T>, T>(
_cx: &'a ScopeState,
_f: impl FnMut(Event<FormData>) -> E + 'a
) -> Attribute<'a>
Expand description
onsubmit
pub fn onsubmit<'a, E: EventReturn<T>, T>(
_cx: &'a ScopeState,
_f: impl FnMut(Event<FormData>) -> E + 'a
) -> Attribute<'a>
onsubmit