leptos_form
leptos_form copied to clipboard
Derive forms from structs.
As it currently stands, I'm having difficulty making a form involving a Vec of Structs, even if those structs derive Form themselves. ie: ```rust #[form(...)] pub struct MyData { pub...
I like the idea of your crate, one of the least fun things about making UIs is having to deal with forms and processing them. That being said, your current...
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Changelog Sourced from itertools's changelog. 0.12.1 Added Documented iteration order guarantee for Itertools::[tuple_]combinations (#822) Documented possible panic in iterate (#842)...
Is there a way to create a `` input? I'd like to have an enum value in my form that would automatically generate a `` input with enum values as...
Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version. Changelog Sourced from derive_more's changelog. 0.99.18 - 2024-06-15 Update syn to version 2.x Bump minimum supported rust version to 1.65...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
## crates update - update `leptos` and `leptos-form` to version 0.6.15 - update `typed-builder` to 0.19 ## integration of leptos-i18n - Integrate [leptos-i18n](https://github.com/Baptistemontan/leptos_i18n/tree/master) to enable translation of form-fields. - Upgrade...