Crate nova_forms

Source

Macros§

Structs§

Enums§

Traits§

  • A trait for defining custom datatypes. Implemented on all types that can be used as a form input.

Functions§

  • A component that renders an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.
  • Required Props
  • A component that allows users to upload files. The files are automatically uploaded to the server and stored in the FileStore.
  • A component that binds all of its contents to a part of the form data.
  • Required Props
  • A button that only contains an icon.
  • Required Props
  • A component that renders an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.
  • Required Props
  • Required Props
  • A container for a form. Adds a header with a logo, title, and subtitle, as well as a footer with the title.
  • Creates a new page in the form.
  • Creates a new page in the form.
  • Required Props
  • A component that renders an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.
  • Creates a repeatable group of items.
  • A component that renders an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.
  • Adds custom translations to a type T. This is useful for adding custom error messages to error enums or other elements.