Module form

Module form 

Source
Expand description

Components used for working with HTML forms, like <ActionForm>.

Structs§

ActionFormProps
Props for the ActionForm component.
MultiActionFormProps
Props for the MultiActionForm component.

Enums§

FromFormDataError
Errors that can arise when converting from an HTML event or form into a Rust data type.

Traits§

FromFormData
Tries to deserialize a type from form data. This can be used for client-side validation during form submission.

Functions§

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