Crate leptos_form_core

Source

Modules§

cache
components
Common form components
config
Field configuration utilities

Structs§

FormDiff
Wrapper type used for providing the initial and current value of the form’s main type.
FormFieldSignal
A wrapper holding a signal for a current state, an initial state, and possibly an error.
RenderProps
Props provided during render to a type implementing FormField.

Enums§

FormError
Error returned while rendering or parsing html form.
LabelCase

Traits§

DefaultHtmlElement
FormComponent
Rendering behavior for a particular data type given the html it is rendered in.
FormField
MapSubmit

Functions§

FormField
Required Props