Expand description
Components used for working with HTML forms, like <ActionForm>.
Structs§
- Action
Form Props - Props for the
ActionFormcomponent. - Multi
Action Form Props - Props for the
MultiActionFormcomponent.
Enums§
- From
Form Data Error - Errors that can arise when converting from an HTML event or form into a Rust data type.
Traits§
- From
Form Data - Tries to deserialize a type from form data. This can be used for client-side validation during form submission.
Functions§
- Action
Form - Automatically turns a server Action into an HTML
formprogressively enhanced to use client-side routing. - Multi
Action Form - Automatically turns a server MultiAction into an HTML
formprogressively enhanced to use client-side routing.