Skip to main content

MultiActionForm

Function MultiActionForm 

Source
pub fn MultiActionForm<ServFn>(
    props: MultiActionFormProps<ServFn>,
) -> impl IntoView
where ServFn: Send + Sync + Clone + DeserializeOwned + ServerFn<InputEncoding = PostUrl> + 'static, <ServFn as ServerFn>::Output: Send + Sync + 'static, <<<ServFn as ServerFn>::Client as Client<<ServFn as ServerFn>::Error>>::Request as ClientReq<<ServFn as ServerFn>::Error>>::FormData: From<FormData>, <ServFn as ServerFn>::Error: Send + Sync + 'static,
Expand description

Automatically turns a server MultiAction into an HTML form progressively enhanced to use client-side routing.

§Required Props

§Optional Props